Skip to content

ENH: Transparent Excel2Pandas import and reverse export. Excel file editing through pandas and vice versa. #48934

@heijligers

Description

@heijligers

Feature Type

  • Adding new functionality to pandas

  • Changing existing functionality in pandas

  • Removing existing functionality in pandas

Problem Description

I want to have a human readible and editable step in my pandas dataframe process.

For example. I have a dataframe. I save it to excel. Later in the software I recreate the pandas dataframe from that excel.
Now I can manually edit the information in the excel outside of python.

I am missing a to_excel method that manages to save as much of the metadata information as possible (if necessary in seperate additional sheets) so that when I later recreate the the dataframe from excel all my original structure (such as data types) is maintained.

Feature Description

A to_excel method that manages to save as much of the metadata information as possible (if necessary in seperate additional sheets) so that when I later recreate the the dataframe from excel all my original structure (such as data types) is maintained.

Alternative Solutions

Open to suggestions

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions