Generate custom report with Python

Asked

Viewed 2,543 times

1

someone has worked or seen someone develop custom python reports?

For example, in Java we can easily create a report with iReport that features sample templates and new templates with drag-and-drop ease, filling with real-time data or from a database.

I want a single language to do everything with it, data analysis and creation of desktop software with database and etc...

The point is that everything is very easy in java, but data analysis and machine learning is not, so I decided to migrate to python but if I can not generate custom reports easily I will not migrate, unfortunately.

Remembering that I do not want solutions like Jupyter, I actually want my own software to generate the report in pdf whenever I send.

Does anyone know a library that can help me?

  • 1

    I’m not really from the area, but the guys usually use "pandas" for massive data analysis then use "jinja2" to generate html reports. Then you could use some lib or software to convert html to pdf.

  • You are right Samuel, put your comment as a response I mark, because it was an excellent direction, I consider the answer. Thank you!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.