-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Description
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