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
interactionsproperty and serialization into_dict()/to_json()
PyPI: https://pypi.org/project/dataxid-profiling/0.3.0/
Full Changelog: v0.2.0...v0.3.0