Melvin Kok
Melvin Kok
### Current Behaviour Trying to import `ProfileReport` (i.e. `from ydata_profiling import ProfileReport`) gives the error `AttributeError: module 'numba' has no attribute 'generated_jit'`. ### Expected Behaviour Import should happen without issues...
Fixes issue #1645. Please let me know what needs to be changed/added. Thank you!
**Describe the bug** Using a custom check with a PySpark dataframe raises the exception `AttributeError: 'NoneType' object has no attribute 'name'` The cause for this is that `reason_code` is not...