This project demonstrates my ability to extract publicly available data from websites, clean it, and organize it into a structured spreadsheet for analysis.
I scraped a table of content creators from a website, including the following fields:
Rank
Name
Country
Platform
Followers/Subscribers
The data was cleaned to remove numbers, citations (e.g., [1]), and merged multiple countries into a standardized format separated by commas. Incomplete rows were automatically skipped to ensure data quality. The final dataset was exported to Excel for easy analysis and reporting.