Methods
Part 1: Scrape Titles and Preview Text from Mars News
Automated browsing to visit the Mars news site.
Utilized Beautiful Soup to create a structured object for parsing HTML.
Extracted titles and preview text of news articles, storing data in Python dictionaries and lists.
Part 2: Scrape and Analyze Mars Weather Data
Automated browsing to visit the Mars Temperature Data Site.
Employed Beautiful Soup to scrape data from an HTML table.
Transformed scraped data into a Pandas DataFrame with appropriate headers and data types.
Conducted data analysis using Pandas functions to address specific queries about Martian weather