A pandas-based library to visualize and compare datasets, providing an automated EDA report in HTML. Current version is 2.3.3, with releases about quarterly.
pip install sweetvizVerified import paths — ran on the pinned version, not inferred.
Generate an EDA report for the Iris dataset, targeting the 'species' column.
Upgrade to sweetviz >=2.2.1.
Update sweetviz to >=2.3.2.
Ensure all required columns are present in both datasets before comparison.
Sample your data or use the 'verbosity' parameter (v2.3.0+) to limit detail. For massive datasets, consider alternatives like ydata-profiling.
Run `pip install sweetviz`.
Upgrade sweetviz to >=2.3.0.
Upgrade sweetviz to >=2.3.2.
Ensure target_feat is a single column name (string), not a list or DataFrame.
No dependency data recorded yet.