Skip to content
Discussion options

You must be logged in to vote

As @cscheid mentioned, this is something related to pandas and not quarto.

To solve this (and much more) in pandas, check the style guide, which enables you to customize almost everything in a rendered dataframe.

For your case, what you should do is simply:

df.style.hide(axis='index')

That should remove the index for the output and give you the default rendering.

Replies: 2 comments 13 replies

Comment options

You must be logged in to vote
1 reply
@aborruso
Comment options

Comment options

You must be logged in to vote
12 replies
@AlFontal
Comment options

@aborruso
Comment options

@aborruso
Comment options

@aborruso
Comment options

@AlFontal
Comment options

Answer selected by aborruso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
tables Issues with Tables including the gt integration
3 participants