#26 · Primary category: Business Intelligence & Analytics

fg-data-profiling

big-data-analytics data-analysis data-exploration data-profiling data-quality data-science deep-learning eda exploration exploratory-data-analysis hacktoberfest html-report jupyter jupyter-notebook machine-learning pandas pandas-dataframe pandas-profiling python statistics

1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.

Project last updated:04/22/26

GitHub Stars

13.7K

Forks

1.8K

Contributors

142

License

MIT

Why we included this project

For anyone doing exploratory analysis in Jupyter, fg-data-profiling (the renamed ydata-profiling) turns a raw DataFrame into a readable report with a single call. It produces per-column statistics, type inference, missing-value and duplicate checks, correlation matrices, and alerts for common quality problems such as skewness or constant values. The report exports as HTML for stakeholders or JSON for downstream tooling, so the same output serves people and machines. Because it handles Pandas and Spark DataFrames as well as time-series and text, it is a fast way to sanity-check incoming data before modeling starts.

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