Skip to content

A super simple and extremely useful pandas paginator for Jupyter, using ipywidgets.

License

Notifications You must be signed in to change notification settings

jmberros/paginate_pandas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paginate Pandas

A dead simple paginator for pandas.Series or DataFrames that leverages on ipywidgets:

pip install paginate_pandas

Usage

from paginate_pandas import paginate


data = ...  # Some DataFrame or Series
paginate(data)

See the demonstration in the 30s video below:

screencast.webm

You can also hide the NaN values to produce a neater frame visualization

from paginate_pandas import paginate_fillna as paginate

paginate(data)  # NaN values are now empty cells

About

A super simple and extremely useful pandas paginator for Jupyter, using ipywidgets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages