Automated the extraction and analysis of Mars-related data using Python web scraping tools. Collected real-time NASA news headlines and Mars weather data, cleaned it, and visualized key temperature trends for analysis.
- Python
- BeautifulSoup (Web Scraping)
- Pandas
- Matplotlib
- Jupyter Notebooks
.
├── part_1_mars_news.ipynb - Web scraping NASA Mars news headlines
├── part_2_mars_weather.ipynb - Web scraping and analyzing Mars weather data
├── mars_temp_data.csv - Cleaned dataset of Mars weather
- Automating data collection from live websites
- Cleaning and structuring scraped data
- Visualizing weather trends with Matplotlib
- Exporting clean datasets for future analysis
- Collected recent Mars news headlines from NASA.
- Scraped and analyzed Mars weather data to explore daily and seasonal temperature patterns.
- Identified trends in high and low temperatures on Mars over time.