Populate DataTable from styled Pandas DataFrame #2334
davetapley
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pandas has nice Table Visualization features, which come with built in formatting functionality.
Currently it can write to HTML, LaTeX, etc. (which it does via jinja templates),
but it would be cool if it could also populate a
DataTable
.Here's my hack solution for now, if there's more interest perhaps we can come up with something more robust?
Beta Was this translation helpful? Give feedback.
All reactions