/Web_Scraper_Movie_Reviews

Web scraped IMDB movie reviews using BeautifulSoup, cleaned and performed exploratory data analysis

Primary LanguageJupyter Notebook

Web_Scraper_Movie_Reviews

alt text

Webscraping is a method of data mining from web sites that uses software to extract all the information available from the targeted site by simulating human behavior. Each year, more and more businesses adopt webscraping tools as part of their business intelligence and advertising initiatives.

In this project, I have Web scraped movie reviews using BeautifulSoup and Requests in Python from IMDB website, cleaned the data and performed exploratory data analysis.