Skip to content

v0.3.0

Latest

Choose a tag to compare

@BurakUlver BurakUlver released this 28 Mar 09:24
a0ca272

Interactions tab — scatter plots, box plots and dynamic column selection.

Added

  • Interactions tab — ECharts scatter plot (numeric × numeric) and box plot (categorical × numeric)
  • Dynamic column selection with smart dropdown filtering (prevents same-column and cat × cat pairs)
  • Configurable sampling for large datasets (interaction_sample_size, default 100K)
  • Lazy chart rendering — charts initialize only when columns are selected
  • Zoom, pan, and dynamic point scaling on scatter plots
  • Box plot with 1.5 IQR whiskers and outlier overlay
  • interactions property and serialization in to_dict() / to_json()

PyPI: https://pypi.org/project/dataxid-profiling/0.3.0/
Full Changelog: v0.2.0...v0.3.0