Skip to content

droumis/pntables

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Render DataFrames as interactive tables in a notebook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages