I've been working on data preprocessing and analysis tasks. To gain a comprehensive understanding of my data (data distribution and correlation analysis), I decided to utilize the pandas-profiling library. However, I've encountered an unfamiliar error during this process. For your reference, I've attached an image depicting the error message.
Explored Solutions:
It's worth mentioning that I'm executing my script within a Conda environment. In an effort to troubleshoot, I've experimented with different versions of Python, pandas, and pandas-profiling, but unfortunately, none of these efforts have successfully resolved the error.
Current Package Versions:
- Python: 3.10.12
- pandas: 2.0.3
- pandas-profiling: 2.9.0
If anyone within the community has any insights or suggestions regarding this error, I would greatly appreciate your help.