ipypandas#

Version: v0.1.0, Date: Feb 19, 2024

Note

❗ PROOF OF CONCEPT, WORK IN PROGRESS ❗

Interactive features for the python data analysis library pandas in jupyter.

_static/images/demo.gif

Pandas dataframes are rendered via ipypandas, which enables these interactive features (fully server side):

  • Lazy loading

  • Sort columns

  • Resize columns

  • Reorder columns

  • Search values

  • Filter values

The rendering has been tested for the following development environments (full theme support):

  • JupyterLab

  • JupyterNotebook

  • Visual Studio Code

  • PyCharm Professional

Contents#

Installation

Development