In the final HTML version, the word cloud is first mirrored through a transform, which causes the image to be upside down when saved as a picture.
requires-python = ">=3.12,<3.13"
dependencies = [
"beautifulsoup4>=4.13.4",
"lxml>=6.0.0",
"pandas>=2.2.3",
"rich>=14.1.0",
"setuptools>=80.9.0",
"ydata-profile>=1.0.3",
]
Current Behaviour
In the final HTML version, the word cloud is first mirrored through a transform, which causes the image to be upside down when saved as a picture.
Expected Behaviour
Data Description
Arbitrary data
Code that reproduces the bug
pandas-profiling version
v4.16.1
Dependencies
OS
No response
Checklist