#55 · Primary category: Business Intelligence & Analytics

sweetviz

data-analysis data-exploration data-profiling data-science data-visualization eda exploration exploratory-data-analysis machine-learning pandas pandas-dataframe python statistics

Visualize and compare datasets, target values and associations, with one line of code.

Project last updated:04/11/26

GitHub Stars

3.1K

Forks

289

Contributors

13

License

MIT

Why we included this project

Sweetviz is for the moment right before you fit a model, when you still need to understand what your data actually looks like. It reads a pandas DataFrame and produces a self-contained HTML report that covers missing values, distributions, and how the features correlate with one another. Its real strength is comparison: you can point it at a target column and see how every feature relates to it, or line up training and test sets side by side to catch leakage and drift before they cost you. The report is a single portable file, so it is easy to attach to a PR or pass to a teammate when you want evidence behind a data-quality call without standing up a dashboard. For routine tabular work in Python it is a quick, low-ceremony way to start an analysis.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category