Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

You can’t perform that action at this time.