tidytext

Text processing with pandas DataFrames.


Install
pip install tidytext==0.0.1

Documentation

Binder

Tidy Tuesday: Translations from R to Python

date name links
2019-02-26 French Trains notebook | screencast | folder

dependencies

Generally, most notebooks use...

  • qgrid (requires manual step)
  • ipywidgets (requires manual step)
  • pandas
  • plotnine

However, all dependencies can be found in requirements.txt, and installed using...

pip install -r requirements.txt