Jupyter-dataprocess is a library to display Jupyter Widgets for data cleaning and preprocessing.
Install from PyPI:
pip install jupyter-dataprocess
In a Jupyter Notebook cell:
from dataprocess import CreateWidgets
w = CreateWidgets(dataframe)
w.get_widget()
Jupyter-dataprocess is licensed under MIT License.