This project outlines two scrapping methods:
- Scrapping a web page (identifying HTML elements and extracting the content) to extract all the articles headers and teasers from mars news.
- Creating a jsonified representation of the data to ease information sharing with others (title_preview.txt).
- Scrapping a web page table for analysis purposes mars data
- Extracting the table info from the URL address above and using Pandas and Matplotlib to summarise the analysis results and answer the following questions:
- How many months exist on Mars?
- How many Martian (and not Earth) days worth of data exist in the scraped dataset?
- What are the coldest and the warmest months on Mars (at the location of Curiosity)?
- Which months have the lowest and the highest atmospheric pressure on Mars?
- About how many terrestrial (Earth) days exist in a Martian year?
- Extracting the table info from the URL address above and using Pandas and Matplotlib to summarise the analysis results and answer the following questions:
- Splinter
- BeautifulSoup
- Pandas
- NumPy
- Matplotlib
.
├── SurfsUp
│ ├── Images
│ | ├── Fig_1.png
│ | ├── Fig_2.png
│ | ├── Fig_3.png
│ | ├── Fig_4.png
│ ├── mars_scrapping
│ | ├── part_1_mars_news.ipynb
│ | ├── part_2_mars_weather.ipynb
│ ├── output
│ | ├── df.csv
│ | ├── title_preview.txt
|___.gitignore
|___README.md


