pythonpandasdataframejupyter-labviewer

Real time Pandas dataframe visualisation in Jupyter lab


I'm looking for a tool that allows to visualize in real time the pandas dataframes with an excel look (filter and sort).

Does anyone know an extension of this type? Knowing of VS code proposes this tool, I am looking for the same thing on Jupyter Lab

When I say real time it means for example, when I modify a dataframe via a Pandas method (with inplace=True), it is reflected in the viewer.


Solution

  • I don't know of anything that works quite like your describe; however, there's several that are close:

    "The DataFrame widget renders an table which allows directly editing the contents of the dataframe with any changes being synced with Python. Note that it modifies the pd.DataFrame in place."