You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You often need to introduce empty DataFrame columns to match the layout of the Excel columns
Currently, you have to do df.set_index(...) to get rid of the index. Providing a way to apply options via template filter ( {{ df | noindex }}) would make this easier.
The text was updated successfully, but these errors were encountered:
fzumstein
changed the title
Make it easier to hide the index/columns with DataFrames when using the reports package
reports: Make it easier to apply options to DataFrames
Jun 10, 2021
df.set_index(...)
to get rid of the index. Providing a way to apply options via template filter ({{ df | noindex }}
) would make this easier.The text was updated successfully, but these errors were encountered: