v1.0.6-beta.6
Pre-release
Pre-release
TimShawver
released this
15 Jun 16:27
·
62 commits
to master
since this release
- Fixes issue where object type columns where not being converted to strings before display when they're an index column
- Fixes issue with displaying unicode strings in python 2 (#200)
- Improves support for viewing DataFrames with a MultiIndex.
- Cells are merged vertically (similar to how pandas does it) to make it easier to identify the levels of the index.
- Sorting or grouping any column other than level 0 of the multi-index results in the DataFrame returning to it's normal behavior of never merging cells vertically.
- Column header is hidden for unnamed levels of the index (instead of showing "level_0", "level_1", etc)