Data explainer project for CS 448B.
clean_data
holds critic reviews with the following attributes:
- rotten tomatoes link
- critic name
- top critic (T/F)
- publisher name
- review type
- review score
- review date
- review content
- gender
raw_data
holds source data.
small_multiples
holds data and data wrangling tools for the first visualization.
seniment_score_by_year
holds data and data wrangling tools for the second visualization.
sentiment_gender_analysis
holds data and data wrangling tools for the last visualization.
Jeong Shin & L'Nard Tufts