Web Scraping and Sentiment Analysis
In this project, I employed Selenium WebDriver for web scraping Google reviews for Lambton College’s review page. I iteratively scrolled through the page to load all comments, extracted the relevant review data—names, comments, and star ratings—and saved it into a DataFrame. I then conducted sentiment analysis using NLTK’s VADER tool to evaluate the sentiment of the review comments, which allowed me to compare them against the star ratings to assess their consistency. The process involved normalizing the text, handling emojis, and calculating sentiment scores to ensure a thorough analysis.Check the code
