mateoradman / Seinfeld-Analysis

EDA and NLP of Seinfeld's script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seinfeld Exploratory Data Analaysis and NLP in Python

This is my personal project in order to practice data analysis, text processing, and visualization.

Repository Organisation

├── README.md                                       <- You are here
│
├── scripts.csv                                     <- raw data containing Seinfeld scripts 
│
├── Seinfeld Text Preprocessing.py                  <- Python script
│
├── Seinfeld Exploratory Data analysis.py           <- Python script
│
├── Seinfeld Exploratory Data Analysis.ipynb        <- Jupyter notebook
│
├── Seinfeld Text Preprocessing.ipynb               <- Jupyter notebook

How to run the script

  1. Download scripts.csv and place it on your Desktop
  2. Run the script!

Thank you for checking it out!

About

EDA and NLP of Seinfeld's script


Languages

Language:Jupyter Notebook 99.7%Language:Python 0.3%