⚠️ pandas-profiling package naming was changed. To continue profiling data use ydata-profiling instead! use https://github.com/ydataai/ydata-profiling
How to fix the error for the main use cases
use pip install ydata-profiling
rather than pip install pandas-profiling
replace pandas-profiling
by ydata-profiling
in your pip requirements files (requirements.txt, setup.py, setup.cfg, Pipfile, etc ...)
if the 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 imports