Using pandas profiling to generate a report. the size of the dataset is very large to speed up the processing im trying to turn off correlations so i used check_correlations from another post I saw, ValueError: Config parameter "check_correlation" does not exist. is then the issue I get from using this line
a = prof.ProfileReport(df, title='Downloads', check_correlation=False)
which generates this issue of
ValueError: Config parameter "check_correlation" does not exist.