Releases: dmnfarrell/pandastable
Releases · dmnfarrell/pandastable
0.4.0
Adds working grouped plots, initial multiindex display and basic function evaluation.
Changes
- Can now display and set row multiindexes
- Added function evaluation tool
- Grouped plots now work
- Can now sort by multiple columns
- Can set column dtype
- Show table as formatted text
- Fixed copy to clipboard
- Fix to import dialog error
- improvements to pivot,aggregate dialogs
v0.3.1
Adds various new features for table manipulation and the use of a child table for table join operations and other uses.
Changes
- Added ability to create sub/child table
- Merge, concat operations with sub table
- Removed row/col buttons from toolbar to prevent clutter
- Added filtering using string queries; pandas query()
- Rendering and handling of empty tables
- Added clear table button
- Can now hide plot viewer in dataexplore app
- Fix to relative imports
v0.2.0
This is an alpha release. Includes a download of the windows binary version of the DataExplore application that comes with this library in the form of an MSI installer.
Changes
- Added dataframe index display in row header
- Ability to reset index
- Added hexbin, pie and area plots
- Added iris.data for tests
- Fixes for subplots layout
- Improved histogram plots
- Aggregate, pivot tools added
- freeze script for windows binary