dtale

Visualizer for pandas data structures

LGPL-2.1 License

Downloads
83K
Stars
4.7K
Committers
30

Bot releases are hidden (Show)

dtale - D-Tale 1.7.6

Published by aschonfeld over 4 years ago

Highlights include:

  • allowing the usage of context variables within filters
  • #64, handling for loading duplicate data to dtale.show
  • updated dtale.instances() to print urls rather than show all instances
  • removal of Dash "Export to png" function
  • passing data grid queries to chart page as default
  • added sys.exit() to the thread that manages the reaper
dtale - D-Tale 1.7.5

Published by aschonfeld over 4 years ago

Bugfix for:

  • KeyError loading metadata for columns with min/max information
dtale - D-Tale 1.7.4

Published by aschonfeld over 4 years ago

Highlights include:

  • #63: filtering columns with special characters in name
  • added json_loader CLI options
  • updated moving/locking of columns to be persisted to back-end as well as front-end
  • added the ability to show/hide columns
  • #61: added column builder popup
dtale - D-Tale 1.7.3

Published by aschonfeld over 4 years ago

Highlights include:

  • added the ability to move columns left or right as well as to the front
  • added formatting capabilities for strings & dates
  • persist formatting settings to popup on reopening
  • bugfix for width-calculation on formatting change
dtale - D-Tale 1.7.2

Published by aschonfeld over 4 years ago

Highlights include:

  • 60 timeout handling around chart requests
  • pre-loaded charts through URL search strings
  • pandas query examples in Filter popup
dtale - D-Tale 1.7.1

Published by aschonfeld over 4 years ago

Highlights include:

  • pie, 3D scatter, surface & heatmap charts
  • the ability to set help messages & flags on CLI options
  • removal of swagger due to lack of support for dependency updates
  • detection of popups vs. modals are now dynamic based on the browser dimensions
dtale - D-Tale 1.7.0

Published by aschonfeld over 4 years ago

Highlights include:

  • redesign of charts popup to use plotly/dash
  • #55: raise exception when data contains duplicate column names
  • heatmap integration
  • combination of "_main.jsx" files into one for spacial optimization
  • #15: made arctic an "extra" dependency
dtale - D-Tale 1.6.10

Published by aschonfeld almost 5 years ago

Highlights include:

  • better front-end handling of dates for charting as to avoid timezone issues
  • the ability to switch between sorting any axis in bar charts
  • fix for color display in pie charts
dtale - D-Tale 1.6.9

Published by aschonfeld almost 5 years ago

Bugfix for:

  • timezone issue around passing date filters to server for scatter charts in correlations popup
dtale - D-Tale 1.6.8

Published by aschonfeld almost 5 years ago

Highlights include:

  • additional information about how to use Correlations popup
  • handling of all-nan data in charts popup
  • styling issues on popups (especially Histogram)
  • removed auto-filtering on correlation popup
  • scatter point color change
  • added chart icon to cell that has been selected in correlation popup
  • responsiveness to scatter charts
  • handling of links to 'main','iframe' & 'popup' missing data_id
  • handling of 'inf' values when getting min/max & describe data
  • added header to window popups (correlations, charts, ...) and a link back to the grid
  • added egg building to cirleci script
  • correlation timeseries chart hover line
dtale - D-Tale 1.6.7

Published by aschonfeld almost 5 years ago

Highlights include:

  • fixes for #50
dtale - D-Tale 1.6.6

Published by aschonfeld almost 5 years ago

Highlights include:

  • #47: selection of multiple columns for y-axis
  • updated histogram bin selection to be an input box for full customization
  • better display of timestamps in axis ticks for charts
  • sorting of bar charts by y-axis
  • #48: scatter charts in chart builder
  • "nunique" added to list of aggregations
  • turned on "threaded=True" for app.run to avoid hanging popups
  • #45: rolling computations as aggregations
  • Y-Axis editor
dtale - D-Tale 1.6.5

Published by aschonfeld almost 5 years ago

Highlights include:

  • test whether filters entered will return no data and block the user from apply those
  • allow for group values of type int or float to be displayed in charts popup
  • timeseries correlation values which return 'nan' will be replaced by zero for chart purposes
  • update 'distribution' to 'series' on charts so that missing dates will not show up as ticks
  • added "fork on github" flag for demo version & links to github/docs on "About" popup
  • limited lz4 to <= 2.2.1 in python 27-3 since latest version is no longer supported
dtale - D-Tale 1.6.4

Published by aschonfeld almost 5 years ago

Highlights include:

  • testing of hostname returned by socket.gethostname, use 'localhost' if it fails
  • removal of flask dev server banner when running in production environments
  • better handling of long strings in wordclouds
  • #43: only show timeseries correlations if datetime columns exist with multiple values per date
dtale - D-Tale 1.6.3

Published by aschonfeld almost 5 years ago

updated versions of packages in yarn.lock due to issue with chart.js box & whisker plots

dtale - D-Tale 1.6.2

Published by aschonfeld almost 5 years ago

Highlights include:

  • #40: loading initial chart as non-line in chart builder
  • #41: double clicking cells in correlation grid for scatter will cause chart not to display
  • "Open Popup" button for ipython iframes
  • column width resizing on sorting
  • additional int/float descriptors (sum, median, mode, var, sem, skew, kurt)
  • wordcloud chart type
dtale - D-Tale 1.6.1

Published by aschonfeld almost 5 years ago

Highlights include:

  • bugfix for url display when running from command-line
dtale - D-Tale 1.6.0

Published by aschonfeld almost 5 years ago

Highlights include:

  • charts integration
    • the ability to look at data in line, bar, stacked bar & pie charts
    • the ability to group & aggregate data within the charts
  • direct ipython iframes to correlations & charts pages with pre-selected inputs
  • the ability to access instances from code by data id dtale.get_instance(data_id)
  • view all active data instances dtale.instances()
dtale - D-Tale 1.5.1

Published by aschonfeld almost 5 years ago

Highlights include:

  • conversion of new flask instance for each dtale.show call to serving all data associated with one parent process under the same flask instance unless otherwise specified by the user (the force parameter)
dtale - D-Tale 1.5.0

Published by aschonfeld almost 5 years ago

Highlights includes:

  • ipython integration
    • ipython output cell adjustment
    • column-wise menu support
    • browser window popups for: Correlations, Coverage, Describe, Histogram & Instances