Web Scraping from wikipedia page for 2019 Successful Space orbital launches
SAGE Project - Web Scraping Assignment
python3 launch_scrap.py
https://en.wikipedia.org/wiki/2019_in_spaceflight#Orbital_launches
- Python3
- pandas
- datetime
The output format is in launch.csv
file where the first column is date
and the second column is value
. All dates are formatted in the ISO 8601 format and all values are integers. Includes all dates in 2019 and fill in a 0 value for any date where there are no orbital launches.