Skip to content

Releases: dmnfarrell/pandastable

v0.3.1

01 Jun 23:54
Compare
Choose a tag to compare

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

25 May 17:48
Compare
Choose a tag to compare

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