-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
EnhancementIO DataIO issues that don't fit into a more specific labelIO issues that don't fit into a more specific labelNeeds TriageIssue that has not been reviewed by a pandas team memberIssue that has not been reviewed by a pandas team member
Description
Feature Type
-
Adding new functionality to pandas
-
Changing existing functionality in pandas
-
Removing existing functionality in pandas
Problem Description
I wish I could use ReStructured Text with pandas
Feature Description
The end users code:
import pandas as pd
df=pd.read_rst(rst)
df.to_rst()
I believe tabulate has a way to do this.
Alternative Solutions
I also built a way to make rst tables.
Additional Context
I think Grid Tables
would be best for pandas (or Simple Tables
)
I did not use sudo-code in the examples due to complexity and that examples of how to do this can be seen in the above packages. See RST docs for what they look like.
Metadata
Metadata
Assignees
Labels
EnhancementIO DataIO issues that don't fit into a more specific labelIO issues that don't fit into a more specific labelNeeds TriageIssue that has not been reviewed by a pandas team memberIssue that has not been reviewed by a pandas team member