Open dansleboby opened 2 years ago
@dansleboby Could you check if setting the pool_size
parameter to 1 solves the issue?
import pandas as pd
from pandas_profiling import ProfileReport
from pandas_profiling.config import Settings
setting = Settings()
setting.update({"pool_size": 1})
profile = ProfileReport(df, title="Pandas Profiling Report", config=setting)
Same error :(
Current Behaviour
I get the following error because I more than 63 core on my machine and I don't see option to pass max n_job in pandas_profiling
Thanks
Expected Behaviour
It should produce the normal report
Data Description
https://dq-prd-bucket1.s3.ca-central-1.amazonaws.com/saaq/vehicule-en-circulation-2020.csv
Code that reproduces the bug
pandas-profiling version
3.2.0
Dependencies
OS
Windows 11
Checklist