ydataai / ydata-profiling

1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.

Home Page:https://docs.profiling.ydata.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PydanticImportError ❌

triposat opened this issue · comments

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:

Screenshot 2023-11-16 111241 Screenshot 2023-11-16 111254

Facing the same issue. Can anyone suggest a fix?

Facing the same issue. Can anyone suggest a fix?

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/

Hi @triposat ,

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.

Let me know if there are any other questions.