Pandas GUI

This package provides Graphical User Interface (GUI) tools to help Jupyter users generate code to analyze, plot and fit tabulated data that has been loaded into Pandas DataFrames (see: Pandas Website for more about Pandas).

These tools are based on Jupyter Widgets and expect to work in a Python 3 kernel. See the documentation for more detailed information on usage and installation.

These tools work in classic Jupyter notebooks, Jupyter Lab and Google Colab.

The interface is less elegant in Jupyter Lab and Colab than in classic Jupyter, because the generated code cannot be built directly in a code cell. Clicking on a graph of the data to select regions of the data to fit does not yet work in Google Colab.