You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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().
The text was updated successfully, but these errors were encountered:
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.
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()
.The text was updated successfully, but these errors were encountered: