-
Notifications
You must be signed in to change notification settings - Fork 6
Dropped possibility to read and export Axis and Group objects from/to CSV and Excel files #818
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropped possibility to read and export Axis and Group objects from/to CSV and Excel files #818
Conversation
Check out this pull request on You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB. |
There is still a problem with xlwings: exported axes names are given by array.axes.display_names. |
…ore Axis objects with the same name or anonymous using the HDF format
5f9aa14
to
4106646
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…and Group objects from/to CSV and Excel files
…ray.dump() function to specify if exported axes names are defined by the AxisCollection.names or AxisCollection.display_names property
8972aa4
to
73e157a
Compare
No description provided.