ydata-profiling
ydata-profiling copied to clipboard
Pdf instead of HTML
Proposed feature
I propose create an output option for pdf creator instead of html
Others have had this feature request before (there is a dedicated slack channel for it). Interested contributed are invited to reach out. Supporting this project allows for more time to spend on feature request as well.
@sbrugman can you assign the issue to me, if no one is working on it?
That will be a nice feature, hope you can do it!
@sbrugman can you assign the issue to me, if no one is working on it?
Feel free to send in a PR!
Apparently, Pandoc works really well with our generated HTML
pandoc -s -r html https://pandas-profiling.ydata.ai/examples/master/titanic/titanic_report.html --pdf-engine=xelatex -o titanic.pdf
It would be nicer if Pandas Profiling natively generate LaTex code to be exported to PDF