Pandastable Versions Save

Table analysis in Tkinter using pandas DataFrames.

v0.13.1

1 year ago

Minor bug fixes

v0.13.0

2 years ago

Changes

  • Fixes to read_excel
  • HDF import
  • Fix to plot error
  • Fix to maximise app on small screens
  • Added thousand separator formatting
  • Changed tablecolheader to colheader
  • Can now set header colors on object
  • Removed vertical plot tools option
  • Hide/show plot tools button
  • Try to extract numeric from mixed data before plotting

v0.12.2

4 years ago

Changes

  • added editable and enable_menus parameters to Table
  • import numbers as string
  • changed to pickle for project files
  • fix to multi_index check for pandas 1.0
  • fixes to row_colors sync

v0.12.1

4 years ago

Changes

  • fix to mlab griddata import
  • moved to scipy for griddata
  • added col header color pref

v0.12.0

4 years ago

Changes

  • fixes to clean data
  • convert currencies to numeric
  • column widths now saved in dataexplore
  • fix to string query to allow python code
  • new preferences system uses a text config file
  • violinplot
  • datetime conversion fixes
  • batch process plugin

v0.11.0

5 years ago

Changes

  • find/replace functionality added
  • open recent projects from file menu in dataexplore
  • some fixes to improve 3d plottting
  • removed redundant options from 3d panel
  • grouped scatter plots in 3D
  • removed redundant data in saving of plot options
  • drop down entry menu for categorical columns
  • crosstab function
  • added radviz plot
  • improved multi-index column display

v0.10.0

5 years ago

Changes

  • Fix to dropping index when no name
  • Added dotplot
  • Added axis tick and tick label format options
  • Added plotting animation dialog
  • Added ability to label points in scatter plots using a column
  • Can set point sizes in scatter from a column
  • Fix to plot frame closing bug
  • Added empty column selection for groupby option
  • Fixes to copy/paste and saving projects in snap
  • Long column names now wrapped in plots
  • Can now wrap column header text
  • Fix to column resizing
  • Expand/contract columns buttons

v0.9.0

6 years ago

Changes

  • Row/col options for sample data
  • Fixed scrolling up/down and right/left for arrow keys
  • Re-did aggregate dialog to be more general
  • Resample/transform functions for columns
  • Added find duplicates dialog
  • Zoom in/out functions to view menu
  • Improved grid layout dialog to use interactive grid
  • Ability to auto create multi plot views in grid
  • Ability to split data over multiple grid plots
  • Fix to slow loading of large tables
  • Import csv from URL

v0.8.3

6 years ago

Changes

  • Cell color by mask added
  • Set color by value added
  • Can color filtered rows
  • Fix to save when filtered
  • Can now set per column alignment
  • Snap now works
  • Fix to deleterows
  • Added move/copy column to menu
  • Fixes to index header
  • Options for heatmap
  • Can open excel files from cmd line

v0.8.2

6 years ago

Changes

  • Fixed setup.py error that broke pip install
  • Added column coloring functionality
  • Fixed slow adding of multiple rows
  • Fix to display row numbers properly for large tables