Skip to content
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

Improve plotting of MetadataCollection to_pandas method #56

Closed
MWieland opened this issue Jul 16, 2020 · 4 comments
Closed

Improve plotting of MetadataCollection to_pandas method #56

MWieland opened this issue Jul 16, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@MWieland
Copy link
Collaborator

When plotting a pandas dataframe that holds the return values of a MetadataCollection the columns are cut off at a fixed length. To avoid this behaviour, suggest to add pd.set_option().

@MWieland MWieland added the enhancement New feature or request label Jul 16, 2020
@MWieland MWieland self-assigned this Jul 16, 2020
@BoehnkeC
Copy link

Can you share the option you want to set? Is it also possible to have the options adapted to a wide range of display geometries?

@MWieland
Copy link
Collaborator Author

The option would be related to the column width, which would result in pd.set_option('display.max_colwidth', -1) to adapt to different display geometries.

@BoehnkeC
Copy link

Excellent!

@MWieland
Copy link
Collaborator Author

Manually closing this issue. This has been resolved in pull request #61

@fwfichtner fwfichtner added this to the 0.6.0 milestone Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants