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 1.4.1

Published by aschonfeld almost 5 years ago

Highlights include:

  • #32: unpin jsonschema by moving flasgger to extras_require
dtale - D-Tale 1.4.0

Published by aschonfeld almost 5 years ago

Highlights includes:

  • Correlations Pearson Matrix filters
  • "name" display in title tab
  • "Heat Map" toggle
  • dropped unused "Flask-Caching" requirement
dtale - D-Tale 1.3.7

Published by aschonfeld almost 5 years ago

  • Bug fixes for:
    • #28: "Instances" menu option will now be displayed by default
    • #29: add hints to how users can navigate the correlations popup
    • add "unicode" as a string classification for column width calculation
dtale - D-Tale 1.3.6

Published by aschonfeld almost 5 years ago

  • Bug fixes for:
    • choose between pandas.corr & numpy.corrcoef depending on presence of NaNs
    • hide timeseries correlations when date columns only contain one day
dtale - D-Tale 1.3.5

Published by aschonfeld almost 5 years ago

  • Bug fixes for:
    • duplicate loading of histogram data
    • string serialization failing when mixing future.str & str in scatter function
dtale - D-Tale 1.3.4

Published by aschonfeld almost 5 years ago

Updated correlation calculation to use numpy.corrcoef for performance purposes

dtale - D-Tale 1.3.3

Published by aschonfeld almost 5 years ago

Hotfix for failing test under certain versions of future package

dtale - D-Tale 1.3.2

Published by aschonfeld almost 5 years ago

Includes bug fixes for:

  • display of histogram column information
  • reload of hidden "processes" input when loading instances data
  • correlations json failures on string conversion
dtale - D-Tale 1.3.1

Published by aschonfeld almost 5 years ago

Highlights include:

  • fix for incompatible str types when directly altering state of data in running D-Tale instance
dtale - D-Tale 1.3.0

Published by aschonfeld almost 5 years ago

Highlights include:

  • webbrowser integration (the ability to automatically open a webbrowser upon calling dtale.show())
  • flag for hiding the "Shutdown" button for long-running demos
  • "Instances" navigator popup for viewing all activate D-Tale instances for the current python process
dtale - D-Tale 1.2.0

Published by aschonfeld almost 5 years ago

Highlights include:

  • #20: fix for data being overriden with each new instance
  • #21: fix for displaying timestamps if they exist
  • calling show() now returns an object which can alter the state of a process
    • accessing/altering state through the data property
    • shutting down a process using the kill() function
dtale - D-Tale 1.1.1

Published by aschonfeld almost 5 years ago

Highlights include:

  • Fix for #13, auto-detection of column widths for strings & floats
dtale - D-Tale 1.1.0

Published by aschonfeld about 5 years ago

Highlights include:

  • IE support
  • Describe & About popups
  • Custom CLI support
dtale - D-Tale 1.0.0

Published by aschonfeld about 5 years ago

This is the initial major release of D-Tale.

Highlights include:

  • creation of Flask instances (automatic port detection)
  • auto-cleanup of D-Tale instances (after 1 hour of inactivity)
  • base grid view of pandas dataframe & series objects
    • sorting, filtering, formatting, column locking
  • histograms
  • correlation breakdowns
  • coverage analysis