RdEl00 / Web-Scraping-Projects

A collection of my web scraping projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web-Scraping-Projects

In Data World, we can do a lot of exciting work with the right dataset. Once we have interesting data, we can use Pandas or Matplotlib to analyze or visualize trends. But how do we get that data in the first place?

If it’s provided to us in a well-organized csv or json file, we’re lucky! Most of the time, we need to go out and search for it ourselves.

Often times you’ll find the perfect website that has all the data you need, but there’s no way to download it. This is where python web scraping tools like BeautifulSoup comes in handy to scrape the HTML.

My projects

Script Website Description
The_Shellter.py Link Scraping turtle data from the Shellter website

About

A collection of my web scraping projects


Languages

Language:Jupyter Notebook 98.7%Language:Python 1.3%