Skip to content

axolotl-being/web-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

web-scraper

This is a simple python script that scrapes Wikipedia's top grossing animated films and puts it into either a csv or a pandas array for further processing.

Broadly speaking, we get the url, turn the page into an html soup, then search and clean the data by sorting out the appropriate html tags. At the end we can choose to either continue working with this data in Python via the pandas library, or we can export this to a csv to use it in some other data visualization tool (Tableau, Power-BI, etc.)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages