schrutepy

The Entire Transcripts from the Office in Tidy Format


Keywords
data, datascience, nlp, nlp-libraries, nlp-library, nlp-machine-learning
License
GPL-3.0
Install
pip install schrutepy==0.1.3

Documentation

logo


The Entire Transcript from the Office in Tidy Format

PyPI version Coverage Status PyUp Black Black

Also available in R: schrute package

schrute R package

What is it

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.

Getting started

You can install easily from PyPi

Install

pip install schrutepy

Usage

Pull the transcripts into a data frame with this library's only method:

from schrutepy import schrutepy

df = schrutepy.load_schrute()

df.head(5)

Demo

View the full demo on the website: technistema

Contributors