Skip to content

Scrape and explore the weather forecast for the week, and display the result as a dataframe with Pandas.

Notifications You must be signed in to change notification settings

BambaSpoid/Web-Scraping-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Web-Scraping-Python

Scrape and explore the weather forecast for the week, and display the result as a dataframe with Pandas.

Meteo Website

Exploration of the web page structure

  1. download the page containing the forecast
  2. Use BeautifulSoup to analyze the HTML code.
  3. Find the seven-day-forecast id and assign the result to the seven_day variable.
  4. Within seven days, select each forecast individually.
  5. Extract and display the first element.

About

Scrape and explore the weather forecast for the week, and display the result as a dataframe with Pandas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published