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.14.0 Latest Release

Published by aschonfeld about 1 month ago

Highlights include:

  • #880: int -> bool type conversion updates
  • #876: Raw Pandas zoom
dtale - D-Tale 3.13.1

Published by aschonfeld 4 months ago

Highlights include:

  • #870: updated Flask SECRET_EKY to be dynamically generated
dtale - D-Tale 3.13.0

Published by aschonfeld 4 months ago

Highlights include:

  • #868: added toggle for missing/populated filter
  • #864: adding main_title params to dtale.show
dtale - D-Tale 3.12.0

Published by aschonfeld 6 months ago

Highlights include:

  • #851: allowing offline_chart to return plotly objects
  • #847: Add 'Select All' option for duplicate check UI
  • #856: adding 'Select All' to cumsum and y-axis select in charts
  • #857: Aggregations popup
  • #858: added 'view_data' property to data instances
  • #854: Raw Pandas Output popup
dtale - D-Tale 3.11.0

Published by aschonfeld 8 months ago

Highlights include:

  • Added better security around updating settings and usage of custom queries
dtale - D-Tale 3.10.0

Published by aschonfeld 9 months ago

Highlights include:

  • Updated front-end packages (namely redux)
  • #843: Chart export background colors
  • #787: force colab host to 0.0.0.0
  • #840: hide 'View Duplicates' button until column is selected
  • #837: frequency table search bug
dtale - D-Tale 3.9.0

Published by aschonfeld 9 months ago

Highlights include:

  • Updated web data uploads to be turned off by default
  • #835: fixed bug with dtale.show(open_browser=True)
  • #834: fix for plotly tooltips in charts
  • #831: time difference functionality
dtale - D-Tale 3.8.1

Published by aschonfeld 11 months ago

Highlights include:

  • #823: wrap skew/kurtosis calculations in try/except for pyarrow
dtale - D-Tale 3.8.0

Published by aschonfeld 11 months ago

Highlights include:

  • #823: only run skew/kurtosis calculations when series has those functions
  • #825: unpin werkzeug dependency
  • front-end package upgrades (axios 1.6.0)
  • #827: allowing user's to override the host used by Flask.run
  • #724: updated logging to use a dedicated dtale logger when not invoking from CLI
  • #822: fixed bug with dataframe filters not being persisted to chart builder initially
  • #816: frequencies grid filtering
  • front-end package upgrades (styled_components)
  • adjusted Pillow dependency
dtale - D-Tale 3.7.0

Published by aschonfeld about 1 year ago

Highlights include:

  • Turn off "Custom Filter" functionality by default
  • #811: weekday name function
dtale - D-Tale 3.6.0

Published by aschonfeld about 1 year ago

Highlights include:

  • #804: updated summarize code to string join using a pipe instead of comma
  • #805: allow D-Tale to be run under HTTPS
  • #803: Frequency Table
dtale - D-Tale 3.5.0

Published by aschonfeld about 1 year ago

Highlights include:

  • #796: option to hide ribbon n & column menus
  • #797: added 'Counts & Percentages' summarize function
  • #800: heatmap locked column fix
  • #798: added 'Duplicate' function to column menu
dtale - D-Tale 3.4.0

Published by aschonfeld about 1 year ago

Highlights include:

dtale - D-Tale 3.3.0

Published by aschonfeld over 1 year ago

Highlights include:

  • #779: dtale.show(background_mode) not working
  • #778: Bump matplotlib to >=3.7.0
  • dependency upgrades
dtale - D-Tale 3.2.0

Published by aschonfeld over 1 year ago

Highlights include:

  • #773: creating a comma-separated string of values from a GroupBy
  • #771: Support for Python 3.11
dtale - D-Tale 3.1.7

Published by aschonfeld over 1 year ago

Highlights include:

  • Fixes for ArcticDB date filtering
dtale - D-Tale 3.1.6

Published by aschonfeld over 1 year ago

Highlights include:

  • refactoring how data is initially loaded into grid for ArcticDB-backed instances
dtale - D-Tale 3.1.5

Published by aschonfeld over 1 year ago

Highlights include:

  • Eliminated extra click from ArcticDB menu when less than 100 columns
  • Added the ability to route users to selection screens when data isn't specified on 'dtale.show'
dtale - D-Tale 3.1.4

Published by aschonfeld over 1 year ago

Highlights include:

  • Better support to /dtale/data/ endpoint for ArcticDB instances hosted using gunicorn
dtale - D-Tale 3.1.0

Published by aschonfeld over 1 year ago

Highlights include:

  • Added handling for ArcticDB locations with high libraries & symbols
  • Added handling for wide dataframes
  • Allowed ArcticDB data paths to passed in from URLs