Skip to content

ENH: RST support #60616

@R5dan

Description

@R5dan

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

No one assigned

    Labels

    EnhancementIO DataIO issues that don't fit into a more specific labelNeeds TriageIssue that has not been reviewed by a pandas team member

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions