ydata-profiling icon indicating copy to clipboard operation
ydata-profiling copied to clipboard

Unable to render Report "Summarize dataset: 0%| | 0/19 [00:00<?, ?it/s]"

Open PranavMare opened this issue 4 years ago • 1 comments

I was just getting started with Pandas Profiling however, I encounter a problem. The script was running but the profile report is not being generated for some reason. Can anyone let me know if it's a bug or I am doing something wrong?

image

PranavMare avatar Jul 09 '21 19:07 PranavMare

Same issue.

davidcereal avatar Sep 09 '21 21:09 davidcereal

@PranavMare @davidcereal were you able to resolve this? I am facing the same issue.

dishashetty avatar May 31 '23 18:05 dishashetty

@dishashetty Yes I was able to resolve it back then. I don't remember exactly what I did. But I think you need to restart the kernel every time your run the code block since pandas profiling relies on other dependencies which makes it necessary to restart the kernel.

Solution: Restart the Kernel and rerun the whole notebook.

PranavMare avatar May 31 '23 23:05 PranavMare