ing-bank / popmon

Monitor the stability of a Pandas or Spark dataframe ⚙︎
https://popmon.readthedocs.io/
MIT License
493 stars 33 forks source link

html report doesn't display any graphs #275

Closed miguelpher closed 1 year ago

miguelpher commented 1 year ago

The report from popmon.df_stability_report doesn't show properly in the browser, probably due to an html error. The information inside the StabilityReport.datastore attribute seems to be correct, but the html file produced by StabilityReport.to_file shows as below:

image

The code used to generate that report is contained in examples/flight_delays.py, I have not modified anything. I have used python 3.8 and 3.10, and popmon==1.4.4

sbrugman commented 1 year ago

This is indeed a bug in the latest version!

sbrugman commented 1 year ago

Should be fixed in 1.4.5. Feel free to open a new issue if anything else pops up!

miguelpher commented 1 year ago

Thank you @sbrugman !