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

Pandas Profiling Profile Report Too huge

Open arpita-chintha opened this issue 3 years ago • 3 comments

My data frame consists of 27321 rows x 80 columns. Create a profile report for the same and it created a 291 MB report which is way too huge and is not opening up on machines. Using previous version a friend was able to create a report of size 10MB. Attaching all the csv file for reference. Unable to attach the report file since its too huge .

train.xlsx

Please help

arpita-chintha avatar Jan 15 '21 19:01 arpita-chintha

Try with minimal=True

See https://github.com/pandas-profiling/pandas-profiling#large-datasets

jamesmyatt avatar Jan 29 '21 09:01 jamesmyatt

With minimal=True, all variable showed simplified information. But if one of variable I want to see completed information, how to deal with it?

AlexChiang0208 avatar Jun 03 '21 02:06 AlexChiang0208

I have the same issue. The report is saved as HTML file, but it is too large (around 300MB) to be opened by any web browser (tried safari, chrome, and brave).

alessandropeca avatar Sep 03 '23 23:09 alessandropeca