Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 510 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 510 Bytes

space-race-data-analysis

This is a small data analysis project of all space launches from the 1940s till today.

Scrapy was using to scrape https://nextspaceflight.com/ and store the data on a csv file.
Then, using Jupyter Notebooks and Pandas, several charts were drawn in an attempt to draw some conclusions on the history of space launches.

The project is a variation of one of Dr. Angela Yu's series of suggestions on Python Portfolio projects. It was created for practice and fun :)