Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nvictus/pandas-jupyter-paginate
Jupyter widgets-based paginator for pandas dataframes
https://github.com/nvictus/pandas-jupyter-paginate
Last synced: 15 days ago
JSON representation
Jupyter widgets-based paginator for pandas dataframes
- Host: GitHub
- URL: https://github.com/nvictus/pandas-jupyter-paginate
- Owner: nvictus
- License: mit
- Created: 2020-05-07T16:34:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-08T02:31:08.000Z (over 4 years ago)
- Last Synced: 2024-10-03T12:17:47.357Z (about 1 month ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pandas-jupyter-paginate
Forked from: https://gist.github.com/nokados/e8f0a64b55099f2f07a50f2b090c91c7 by [@nokados](https://github.com/nokados)
Changes
* Added slider control to scroll through pages of really large dataframes.
* Reduce flicker by making events trigger widget element updates instead of
clearing output and re-rendering.
* Add support for dataframe CSS styling.
* Register custom pandas accessor