0

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.

enter image description here

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.

Bennison J
  • 414
  • 1
  • 12
  • This looks relevant here: [Please do not upload images of code/data/errors.](//meta.stackoverflow.com/q/285551). Why resorting to posting an image here? Pretty low res, even. Hard to read. – OCa Aug 23 '23 at 15:02
  • 1
    Isn't pandas-profiling [deprecated](https://pypi.org/project/pandas-profiling/) in favor of 'ydata-profiling'? – OCa Aug 23 '23 at 15:13
  • I used ```ydata-profiling``` instead of pandas-profiling since ```pandas-profiling is deprecated```, and it turned out to work perfectly. I want to express my gratitude to @OCa for recommending the ```ydata-profiling```. – Bennison J Aug 23 '23 at 18:57

0 Answers0