Render Interactive DataFrames with Panel Tabulator.
Project description
pntables
pntables renders pandas DataFrames as interactive tables using the Tabulator component in Panel directly in Jupyter notebooks. It automatically integrates with pandas, so DataFrames display interactively with no extra setup.
Roadmap:
- Make pagination responsive to slider widget
Features
- Automatic conversion of DataFrames to interactive tables.
Installation
pip install pntables
Usage
Just import pntables and use pandas as you would.
import pandas as pd
import pntables
df = pd.DataFrame({
'Sample': ['A', 'B', 'C'],
'Score': [25, 30, 35],
'Location': ['San Diego', 'Berlin', 'Seattle']
})
df
License
Licensed under the BSD 3-Clause License. See LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pntables-0.1.0.tar.gz.
File metadata
- Download URL: pntables-0.1.0.tar.gz
- Upload date:
- Size: 50.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
130267fa37345a999e51ee78d7cc07479c43127d0f31e5dbeb5cbb184da759b2
|
|
| MD5 |
6adba10243ac5808a86b149527fd8d53
|
|
| BLAKE2b-256 |
809a5a84fc11e1346ace1d875b4934f118327fdbb9319584f968b8e73338311e
|
File details
Details for the file pntables-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pntables-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af81fa9ca13edd1e9180de638e8cef33a8daf781c6630aedf5ac562afda87809
|
|
| MD5 |
d1fde0fc1463fcb080479e92c6c1296a
|
|
| BLAKE2b-256 |
3101f53f68ce32862109ba07020b748a6e48edc2e901a4af519b1f4b009e94cc
|