Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reports: Make it easier to apply options to DataFrames #1602

Closed
fzumstein opened this issue May 26, 2021 · 0 comments · Fixed by #1623
Closed

reports: Make it easier to apply options to DataFrames #1602

fzumstein opened this issue May 26, 2021 · 0 comments · Fixed by #1623

Comments

@fzumstein
Copy link
Member

fzumstein commented May 26, 2021

  • 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.
@fzumstein fzumstein added this to the 0.23.4 milestone May 26, 2021
@fzumstein 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
@fzumstein fzumstein modified the milestones: 0.23.4, 0.23.5 Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant