Python Web Scraping Tutorial : Part 2 | Scrape Formula One page using Requests and Beautiful Soup

Опубликовано: 29 Ноябрь 2024
на канале: AB Analytica
73
4

GitHub Repo for the Tutorial : https://github.com/hashABCD/Web-Scrap...

Timelines 00:00 : Intro
00:13 : Topis in this video
00:28 : Set up
00:48 : View web page
01:43 : Scrape page using requests
02:10 : Parse content
02:37 : Scrape h1 tag
02:53 : Scrape nav tag
04:50 : Scrape using css label
06:00 : findAll
08:14 : Scrape table
09:24 : Table headers
11:35 : Table body
14:19 : Scrape 1 row
19:58 : Scrape table body
23:24 : Create DataFrame from scraped content
25:29 : Alternate method to create Dataframe
27:27 : Save as json or csv format
27:50 : Outro