Pandas-to-table wrapper #1787
Unanswered
bryanwhiting
asked this question in
Ideas
Replies: 1 comment
-
Yes, this is something that we have been talking about a few times and should definitely be added (maybe as a separate package). The only problem is lack of time currently. At the very minimum, we would like to make it easy to convert dataframes to Wave tables/plots out of the box. |
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
-
it'd be helpful to have a cleaner interface for converting pandas tables into
ui.table
. R hasreactable
andDT
packages that make it really easy to include interactive tables.Probably a poor design, but something like this where you could just pass a simple dictionary into the table:
(Adapted from https://wave.h2o.ai/docs/examples/table). This design would assume a default style. See https://glin.github.io/reactable/articles/examples.html#column-definitions for example.
Beta Was this translation helpful? Give feedback.
All reactions