Pandas dataframe attachment - index=False? #61
Unanswered
luisdelatorre012
asked this question in
Q&A
Replies: 1 comment
-
I have a PR open currently that adds support for this using the pandas Stylers objects. It can be accomplished by something like this: https://pandas.pydata.org/docs/reference/api/pandas.io.formats.style.Styler.hide_index.html See my PR comments for an example of this in code. In the meantime, you can clone my fork of redmail and use it locally. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I pass a pandas dataframe as an attachment, is there a way to have it save the dataframe without adding the index column?
I can do this with:
but is there something like this?
Beta Was this translation helpful? Give feedback.
All reactions