Open Tuxedo94 opened 2 years ago
Hi @Tuxedo94,
I think I understood the challenge. Prior to the dump of the ProfileReport you need to trigger the computation of the report itself (calling a method such as _tofile). Let me know if this solves your issue.
Current Behaviour
lazy
ProfileReport without a DataFrame.Expected Behaviour
Expected a ProfileReport to be generated from loaded pickle file when invoking profile.to_file('report.html'). I expecte it to be possible to generate the ProfileReport from the loaded pickle file report without the original pd.DataFrame.
Data Description
df = pd.DataFrame([['a', 'b'], ['c', 'd']], index=['row 1', 'row 2'], columns=['col 1', 'col 2'])
Code that reproduces the bug
pandas-profiling version
v3.2.0
Dependencies
OS
Windows 10
Checklist