Also available in R: schrute package
The entire text transcripts from the American version of The Office TV show in pandas dataframe. Use this package to practice or learn NLP, text analysis or deep learning.
You can install easily from PyPi
pip install schrutepy
Pull the transcripts into a data frame with this library's only method:
from schrutepy import schrutepy
df = schrutepy.load_schrute()
df.head(5)
View the full demo on the website: technistema