Hello World!
Lets demonstrate how to scrape webpages
Lets try and scrape this table and get it into a dataframe:
id | name | position | **Social Media | |
---|---|---|---|---|
0 | Aaron Gallant | Data Science Program Manager | fakeemail1@gmail.com | None |
1 | Ryan Allred | Data Science Instructor | fakeemail2@gmail.com | Ryan Allred Twitter |
2 | Jon-Cody Sokoll | Data Science Instructor | fakeemail3@gmail.com | Jon-Cody Sokoll Twitter |
3 | Ryan Herr | Data Science Instructor | fakeemail4@gmail.com | Ryan Herr Twitter |
4 | Rachel Cohen | Data Science Career Coach | fakeemail5@gmail.com | Rachel Cohen LinkedIn |
5 | Nicole Hoffman | Data Science Curriculum Developer | fakeemail6@gmail.com | Nicole Hoffman LinkedIn |
I think it's also really important to practice scraping links, because sometimes the things that you'll have multiple nested pages of content that you'll need to scrape, so maybe you'll need to follow a whole bunch of links.