Deprecated 'pandas-profiling' package, use 'ydata-profiling' instead
⚠️ 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.⚠️

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.
pip install ydata-profiling rather than pip install pandas-profilingpandas-profiling by ydata-profiling in your pip requirements files (requirements.txt, setup.py, setup.cfg, Pipfile, etc ...)pandas-profiling package is used by one of your dependencies it would be great if you take some time to track which package uses pandas_profiling instead of ydata_profiling for the importsydata-profiling was launched in February 1st.pip install pandas-profiling will still be supported until April 1st, but a warning will be thrown. from pandas_profiling import ProfileReport will be supported until April 1st.pip install pandas-profiling is used. Use pip install ydata-profiling instead.from pandas_profiling import ProfileReport is used. Use from ydata_profiling import ProfileReport instead.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!