Skip to content

robert-z-lehr/Scraping-and-Analyzing-Mars-News

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mars Web Scraping and Data Analysis

Background

Information is webscraped from the Mars News website and Mars Temperature Data webste.

Purpose

To web scrape relevant information from the Mars News website and Mars Temperature Data webste. The extracted titles, preview text, and weather data, will be organizated, analyzed, and visualized.

Mars Atmospheric Pressure Mars Minimum Temperature

Tools

  • Splinter: Automated browsing
  • Beautiful Soup: HTML parsing and data extraction
  • Pandas: Data manipulation and analysis
  • Python: Scraped data stored in dictionaries and lists
  • Matplotlib: Visualizing insights through bar charts
  • os: To ouput results to csv