pandas-profiling
⚠️ pandas-profiling package naming was changed. To continue profiling data use ydata-profiling instead!
This repo implements the brownout strategy for deprecating the pandas-profiling package on PyPI.⚠️
🎊 New year, new face, more functionalities!
Thank you for using and following
pandas-profilingdevelopments. Yet, we have a new exciting feature - we are now thrilled to announce that Spark is now part of the Data Profiling family from version 4.0.0 onwardsWith its introduction, there was also the need for a new naming, one that will allow to decouple the concept of profiling from the Pandas Dataframes -
ydata-profiling!But fear not,
pip install pandas-profilingwill still be a valid for a while, and we will keep investing in growing the best open-source for data profiling, so you can use it for even more use cases.
How to fix the error for the main use cases
- use
pip install ydata-profilingrather thanpip install pandas-profiling - replace
pandas-profilingbyydata-profilingin your pip requirements files (requirements.txt, setup.py, setup.cfg, Pipfile, etc ...) - if the
pandas-profilingpackage is used by one of your dependencies it would be great if you take some time to track which package usespandas_profilinginstead ofydata_profilingfor the imports
Schedule for deprecation
ydata-profilingwas launched in February 1st.pip install pandas-profilingwill still be supported until April 1st, but a warning will be thrown.from pandas_profiling import ProfileReportwill be supported until April 1st.- After April 1st, an error will be thrown if
pip install pandas-profilingis used. Usepip install ydata-profilinginstead. - After April 1st, an error will be thrown if
from pandas_profiling import ProfileReportis used. Usefrom ydata_profiling import ProfileReportinstead.
About pandas-profiling
pandas-profiling primary goal is to provide a one-line Exploratory Data Analysis (EDA) experience in a consistent and fast solution. Like pandas df.describe() function, that is so handy, pandas-profiling delivers an extended analysis of a DataFrame while alllowing the data analysis to be exported in different formats such as html and json.
The package outputs a simple and digested analysis of a dataset, including time-series and text.
Documentation | Discord | Stack Overflow | Latest changelog
Do you like this project? Show us your love and give feedback!
Release files for pandas-profiling 3.6.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pandas-profiling-3.6.6.tar.gz | 253.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pandas_profiling-3.6.6-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 577.9 kB
Release files / pandas-profiling-3.6.6.tar.gz
| Download URL | pandas-profiling-3.6.6.tar.gz |
|---|---|
| Size | 253.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1ef14a9cfa647ff95e13fd0b589f74897c0b078ef8ebcd44760b4031dcbf52a2
|
|
BLAKE2b-256 checksum How to use checksums |
34c0cd405caab2739ced0161ef4f7bed55d73aaf6e0554b95f4dd21088d94710
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.1
|
Release files / pandas_profiling-3.6.6-py2.py3-none-any.whl
| Download URL | pandas_profiling-3.6.6-py2.py3-none-any.whl |
|---|---|
| Size | 324.4 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
69297626426358672ccbb357abbfea7fa35a7feda4388dd6377bd521d15cfaf2
|
|
BLAKE2b-256 checksum How to use checksums |
accbf038b9b57c6edaaf6f4e400b0bb1d954bc08dc6bc61a4b0861acecd3789c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.1
|