Open
Description
Generating report looks broken (visually)
See screenshot:
Reproducible example:
Full conda environment: conda env export
(zipped):
conda_env.yaml.zip
Expected Behaviour
- There should be no red rectangles indicating error(s)
- The link should ideally go away, as it mistakenly suggests like we are using some old version and should upgrade (not talking about, the link is broken)
Data Description
Attached zip with MRE - minimalistic fully reproducible example.
Code that reproduces the bug
The minimalistic code & data are in the attached *.zip example.
from ydata_profiling import ProfileReport
pp = ProfileReport(df)
pp.to_file("Report.html")
pandas-profiling version
ydata-profiling=4.15.1
Dependencies
**Libs:**
ipywidgets=8.1.5
jupyterlab=4.3.5
ydata-profiling=4.15.1
Full conda environment: conda env export
(zipped):
https://github.com/user-attachments/files/19428004/conda_env.yaml.zip
OS
MacOS: Sequoia 15.3.2
Checklist
- There is not yet another bug report for this issue in the issue tracker
- The problem is reproducible from this bug report. This guide can help to craft a minimal bug report.
- The issue has not been resolved by the entries listed under Common Issues.