generating pandas table and visualising it in a report #1716
Replies: 4 comments 7 replies
-
You can use the We we will be working on some new Python packages to make this easier to do in pure Python (cc @rich-iannone) however these aren't yet available. |
Beta Was this translation helpful? Give feedback.
-
Appologies, didnt want to create a new topic. After long hours of researching, i discovered that:
Question: are the two options above planned for Quarto as well? Im keen to avoid LaTeX if possible, so that would be an excellent option |
Beta Was this translation helpful? Give feedback.
-
I would like too to use the pandas styler methods to style a dataframe with highlights, formats, etc. I've tried all day playing with pandas styler and it kinda works, because I get a formatted output that get rendered by quarto in the html and pdf, but it looks ugly in the html because it doesn't have the same table style of rest of the document (e.g. a markdown table). Also if I have a math expression in the table enclosed in I was able to generate a nice looking table using the builtin pandas' method |
Beta Was this translation helpful? Give feedback.
-
Just wondering if there is any news on that front (sorry if I missed it) |
Beta Was this translation helpful? Give feedback.
-
Hi, is there a way to visualise nicely a pandas dataframe generated in python?
I want to create a function that does what is needed and returns me a pandas dataframe. The dataframe will involve some styling later on as well, such as highlighting cells automatically etc. (as per image below).

Searched the entire internet, but I dont think I managed to get what I needed, nor I am able to find what I want by testing different approaches. How would you make beautiful tables in Quarto using Python?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions