dtale

Visualizer for pandas data structures

LGPL-2.1 License

Downloads
83K
Stars
4.7K
Committers
30

Bot releases are visible (Hide)

dtale - D-Tale 3.0.0

Published by aschonfeld over 1 year ago

Highlights include:

  • Added support for ArcticDB as the storage mechanism for pandas dataframes
dtale - D-Tale 2.16.0

Published by aschonfeld over 1 year ago

Highlights include:

  • #759: freeze header menu option
  • Updated data_id storage to use strings rather than numbers
  • Fixed bug where calling 'cleanup' didn't cleanup instance name reference
dtale - D-Tale 2.15.2

Published by aschonfeld over 1 year ago

Highlights include:

  • tweaked requirements for older versions of python
dtale - D-Tale 2.15.1

Published by aschonfeld over 1 year ago

Highlights include:

  • updates to how app's _override_routes rebuilds url_map
  • requirement tweaks to werkzeug
dtale - D-Tale 2.15.0

Published by aschonfeld over 1 year ago

Highlights include:

dtale - D-Tale 2.14.4

Published by aschonfeld over 1 year ago

Highlights include:

  • Added dataclasses requirement for python environments == 3.6
dtale - D-Tale 2.14.3

Published by aschonfeld over 1 year ago

Highlights include:

  • backwards compatability for pandas string dtype and tests
dtale - D-Tale 2.14.2

Published by aschonfeld over 1 year ago

Highlights include:

  • removed extraneous dependency soupsieve
dtale - D-Tale 2.14.1

Published by aschonfeld over 1 year ago

Highlights include:

  • update requirements to no longer pin and allow for older versions of packages
  • update unit tests to allow for backwards compatibility with older versions of mock library
  • update how Flask.url_for is detected rather than pinning to specific version of python
dtale - D-Tale 2.14.0

Published by aschonfeld over 1 year ago

Highlights include:

  • #748: update auto-generated column deletion code
  • #746: editing cells while filtering
  • #743: passing a list of columns to 'allow_cell_edits'
  • #742: custom edit options bug
  • updates for pandas 2.0.0
  • bump redis & replace node-sass with sass
dtale - D-Tale 2.13.0

Published by aschonfeld over 1 year ago

Highlights include:

  • #685: Histogram chart builder
  • #730: fix for exporting charts with multiple y-axis
dtale - D-Tale 2.12.3

Published by aschonfeld over 1 year ago

Highlights include:

  • Updated D-Tale streamlit startup command to have a wider exception handler for importing streamlit.server
dtale - D-Tale 2.12.2

Published by aschonfeld over 1 year ago

Highlights include:

  • #726: updated global_state.set_app_settings to persist updates to instance settings
dtale - D-Tale 2.12.1

Published by aschonfeld over 1 year ago

Highlights include:

  • #726: fix for turning off header editor using dtale.show
dtale - D-Tale 2.12.0

Published by aschonfeld over 1 year ago

Highlights Include:

  • #726: added option to turn off header editor
  • #700: export all charts in one HTML file
  • #592: highlight rows of a dataframe filter
  • #647: added option to auto-hide columns consisting entirely of NaN values
dtale - D-Tale 2.11.0

Published by aschonfeld over 1 year ago

Highlights include:

  • #659: editing cells with predefined values
  • #692: updated dash to throw regular exceptions instead of 204s when in Google Colab
dtale - D-Tale 2.10.0

Published by aschonfeld almost 2 years ago

Highlights include:

  • #719: allow NaN values in groupby
  • Updated cell editor and header editor to use select dropdown on category columns
  • #708: render boolean column values as checkboxes)
dtale - D-Tale 2.9.1

Published by aschonfeld almost 2 years ago

Highlights include:

  • #709: added additional VSCode check for VSCODE_INJECTION
  • #714: pushed plotly legend below x-axis labels
  • #711: fix for predefined filters to return numbers to the backend when necessary
  • frontend package upgrades:
    • upgraded to latest version of react
    • dropped enzyme in favor of @testing-library/react
    • upgraded chart.js
dtale - D-Tale 2.9.0

Published by aschonfeld almost 2 years ago

Highlights include:

  • #703: fix for matplotlib imports
  • #704: fix for replacing nan with zero
  • #677: include row dropping in history
dtale - D-Tale 2.8.1

Published by aschonfeld about 2 years ago

Highlights include:

  • Added DESCRIPTION.md to MANIFEST.in