mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-23 21:12:14 -05:00
[PR #2274] [CLOSED] add Pandas-Profiling #6139
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2274
Author: @aquemy
Created: 12/16/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
b19df8eadd Pandas-Profiling📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
pandas-profilinggenerates profile reports from apandasDataFrame.The reports are like a richer version of
DataFrame.describewith a lot of information that any data scientist is looking for: distribution description, missing values, type inference, zero, high correlation, skewness, etc.The reports can be generated in PDF or HTML. They contain alerts that give a clear information on the issues with a given dataset.
The library can also generate comparison reports between two datasets, so it can be used to compare two versions of the same dataset, or some new data once a model is in production (sort of model monitoring but for data).
It is well maintained with active development, has 10k stars on GitHub and it is used by many companies, including large ones.
What's the difference between this Python project and similar ones?
As far as I know, there is no alternative library.
--
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.