This is a web scraping project built with Python, R, and SQL.
The scraped data are movie and TV show information. The goal of the project is to show new to streaming titles that arrive on Netflix monthly with additional details, such as critic and audience ratings.
Current stage: Preparing how to present data with R Markdown.
Testing at: https://no-longer-hosted.com
Future stage: Complete documentation, comments.
Note: Though GitHub may be hosting this project's demo, this project will see no future updates.
Data are retrieved from two different data sources: What's on Netflix (WON) and Rotten Tomatoes (RT). RT data are cleaned and transformed with Python, while WON data are cleaned and transformed with R.
All data are piped into a MySQL database, then retrieved for presentation in R.
Here is a high-level look at the pipeline:
MIT