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.53.0

Published by aschonfeld about 3 years ago

Highlights include:

  • updated "Charts" page to handle dark-mode
  • #539: "Substring" & "Split By Character" column builders
  • #542: fixed bug with finding missings in categorical data
  • #543: added "group by" to cumulative sum builder
  • Portuguese translation
  • Fixes for long string tooltips
dtale - D-Tale 1.52.0

Published by aschonfeld over 3 years ago

Highlights include:

  • #529: resample timeseries
  • #532: shift and expanding builders
  • #525: bin range on x-axis
  • #526: targeted histogram tooltip
  • updated simpsons dataset to make use of image display
dtale - D-Tale 1.51.0

Published by aschonfeld over 3 years ago

Highlights include:

  • #531: re-organizing column builder buttons
  • #530: typo in rolling code snippet
  • #528: feature analysis
  • #534: pinned missingno less than or equal to 0.4.2
  • #523: upgraded to plotly 5
  • Row height resize functionality
  • #522: sorting target values in histogram tooltip
dtale - D-Tale 1.49.0

Published by aschonfeld over 3 years ago

Highlights include:

  • bump css-what from 5.0.0 to 5.0.1
  • added the ability to toggle the display of all columns when heatmap is turned on
  • #491: overlapping histogram chart
  • bump ws from 7.4.5 to 7.4.6
  • Updates
    • #509: resizable side panel width
    • #495: CSV loading dialog
    • height of "Exponential Smoothing" in column builders
    • code snippet fixes
    • cleaner updates
dtale - D-Tale 1.48.0

Published by aschonfeld over 3 years ago

Highlights include:

  • #504: fix for toggling between unique row & word values
  • #502: updated "cleaning" column builder to allow for inplace updates
  • #501: updates to describe window labels
  • #500: cleaning "Remove Numbers" code snippet fix
  • #488: string encoding for correlations
  • #484: fixed for percentage count chart aggregation
  • Correlation Scatter Updates:
    • #486: make 15K point limitation correlations scatter an editable setting
    • #487: fix for non-unique column exception in correlation scatter
  • #480: flexible branding
  • #485: Adjustable height on Correlation grid
dtale - D-Tale 1.47.0

Published by aschonfeld over 3 years ago

Highlights include:

  • #477: Excel-style cell editing at top of screen
    • UI input for "Maximum Column Width"
  • JS package upgrades
  • refactored how sphinx documentation is built
dtale - D-Tale 1.46.0

Published by aschonfeld over 3 years ago

Highlights include:

  • #475: fixes for DtaleRedis issues
  • #140: additional string column filters
  • refactored draggable column resizing to be more performant
  • added dependency on nbformat
  • updated Sphinx documentation building to only run on master builds of python3.9
    • Also pinned jinja2 to 2.11.3 when building
dtale - D-Tale 1.45.0

Published by aschonfeld over 3 years ago

Highlights include:

  • #472: maximum column width
  • #471: predefined filters
    • #473: fixed column filters
    • refactored settings (sortInfo, columnFilters, outlierFilters, predefinedFilters) to be stored in redux
    • fixed issues with pinned main menu
dtale - D-Tale 1.44.1

Published by aschonfeld over 3 years ago

Highlights include:

  • #470: editing cells for column names with special characters
dtale - D-Tale 1.44.0

Published by aschonfeld over 3 years ago

Highlights include:

  • #465: optional authentication
  • #467: fixed column menu issues when name has special characters
  • #466: convert complex data to strings
  • added "head" & "tail" load types for chart data sampling
dtale - D-Tale 1.43.0

Published by aschonfeld over 3 years ago

Highlights include:

  • #463: skew & kurtosis on filtered data
  • Moved Correlations & PPS to side panel
  • Added "Show/Hide Columns" side-panel
  • #462: Graphs slow with big data
dtale - D-Tale 1.42.1

Published by aschonfeld over 3 years ago

Highlights include:

  • added ESC button handler for closing the side panel
dtale - D-Tale 1.42.0

Published by aschonfeld over 3 years ago

Highlights include:

  • Added missingno chart display
  • added new side panel for viewing describe data
    • updated how requirements files are loaded in setup.py
    • added cleanup function to instance object
    • added animation for display of hidden/filter/sort info row
  • #306: ribbon menu
dtale - D-Tale 1.41.1

Published by aschonfeld over 3 years ago

Highlights include:

  • #458: fix for killing D-Tale sessions in jupyter_server_proxy
dtale - D-Tale 1.41.0

Published by aschonfeld over 3 years ago

Highlights include:

  • #390: funnel charts
  • #255: extended chart aggregations
dtale - D-Tale 1.40.2

Published by aschonfeld over 3 years ago

Highlights include:

  • #454: fixed issue with parenthesis & percent symbols in column names
dtale - D-Tale 1.40.1

Published by aschonfeld over 3 years ago

Highlights include:

  • moved "Open In New Tab" button
  • #135: refactored column analysis code and updated code exports to include plotly charts
dtale - D-Tale 1.38.0

Published by aschonfeld over 3 years ago

Highlight changes:

  • #452: handling of column names with periods & spaces as well as long names
  • updated styling of windows to match that of Charts
  • #448: set default value of "ignore_duplicate" to True
  • #442: Dash Updates
    • Split charts by y-axis values if there are multiple
    • Saving charts off and building new ones
    • Toggling which piece of data you're viewing
    • Toggling language nav menu
  • Instances popup changes
    • updated preview to use DataPreview
    • updated display of "memory usage" to numeral.js
dtale - D-Tale 1.37.1

Published by aschonfeld over 3 years ago

Highlights include:

  • Updated MANIFEST.in to include requirements.txt
  • #445: updated URL paths to handle when D-Tale is running with jupyter server proxy
  • #315: Internationalization (supports english & chinese currently)
  • Add option to 'pin' the menu to the screen as a fixed side panel (#441
  • #434
    • updated scatter plot date header to be generated server-side
    • updated scatter plot generation in correlations to use date index rather than date value for filtering
  • update setup.py to load dependencies from requirements.txt
  • optional memory usage optimization and show mem usage (#437
dtale - D-Tale 1.36.0

Published by aschonfeld over 3 years ago

Highlights include:

  • Turn global_state into interfaces (#428)
  • #434: Additional PPS formatting
  • #433: fixed exception message display in merge UI
  • #432: updated calls to "get_instance" in merge code snippets
  • #431: fixed stacking code example
  • #430: replace empty strings with nans when converting dates to timestamp floats