You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Python 3.9 and trying to install the pandas-profiling but am facing issues while importing the pandas-profiling module. The module is successfully installed but when I am importing I am facing the below error:
The text was updated successfully, but these errors were encountered:
I got the solution. Actually, the pandas-profiling name has been changed. Start using ydata-profiling from now. Read more about this change here: https://pypi.org/project/pandas-profiling/
thank you for your question. Indeed pandas-profiling have been renamed to ydata-profiling. New versions can be installed with pip install ydata-profiling.
I'll close this issue for now as I've seen that you were able to have it solved.
I am using Python 3.9 and trying to install the
pandas-profiling
but am facing issues while importing thepandas-profiling
module. The module is successfully installed but when I am importing I am facing the below error:The text was updated successfully, but these errors were encountered: