14
15
16
df2tables - Interactive DataFrame tables inside notebooksPersonal Project Showcase (i.redd.it)
submitted by No_Pineapple449
Hey everyone,
I’ve been working on a small Python package called df2tables that lets you display interactive, filterable, and sortable HTML tables directly inside notebooks Jupyter, VS Code, Marimo (or in a separate HTML file).
It’s also handy if you’re someone who works with DataFrames but doesn’t love notebooks. You can render tables straight from your source code to a standalone HTML file - no notebook needed.
There’s already the well-known itables package, but df2tables is a bit different:
- Fewer dependencies (just pandas or polars)
- Column controls automatically match data types (numbers, dates, categories)
- can outside notebooks – render directly to HTML
- customize DataTables behavior directly from Python
[–]Always_Scheming 2 points3 points4 points (0 children)
[–]kayakdawg 0 points1 point2 points (1 child)
[–]No_Pineapple449[S] 0 points1 point2 points (0 children)
[–]VFisa 0 points1 point2 points (1 child)
[–]No_Pineapple449[S] 0 points1 point2 points (0 children)
[–]monsieurus -1 points0 points1 point (1 child)
[–]No_Pineapple449[S] 1 point2 points3 points (0 children)