Ryan Eck
Last updated: 2/17/2023
2
Table of Contents
3
Executive Summary
4
Introduction
5
Section 1
6
Executive Summary
Methodology
Two data sources:
7
Data Collection
8
Data Collection – SpaceX API
SpaceX API V4
requests.get(spacex_url)
dataframe_falcon9
9
Data Collection - Scraping
Wikipedia Page
requests.get(static_url)
table = html_tables[2]
dataframe
10
Data Wrangling
Charts plotted:
11
EDA with Data Visualization
Example of Queries performed:
12
EDA with SQL
Folium Map Objects Used:
13
Build an Interactive Map with Folium
(closed)
(open)
Pie Chart:
Scatter Plot:
14
Build a Dashboard with Plotly Dash
15
Predictive Analysis (Classification)
16
Summary of Results
Section 2
18
Flight Number vs. Launch Site
19
Payload vs. Launch Site
20
Success Rate vs. Orbit Type
21
Flight Number vs. Orbit Type
22
Payload vs. Orbit Type
23
Launch Success Yearly Trend
24
All Launch Site Names
25
Launch Site Names Begin with 'CCA'
26
Total Payload Mass
27
Average Payload Mass by F9 v1.1
28
First Successful Ground Landing Date
29
Successful Drone Ship Landing with Payload between 4000 and 6000
30
Total Number of Successful and Failure Mission Outcomes
31
Boosters Carried Maximum Payload
32
2015 Launch Records
Landing outcomes ranking between 2010-06-04 and 2017-03-20:
33
Rank Landing Outcomes Between 2010-06-04 and 2017-03-20
Section 3
35
Folium Launch Sites Map
36
Folium VAFB Clusters Map
37
Folium Distance Line Map
Section 4
39
Total Successful Launches by Launch Site
40
Launch Site with the Highest Success Rate
41
Payload Mass vs. Success (0-7000 kg)
Section 5
43
Classification Accuracy
44
Confusion Matrix
45
Conclusions
46
Appendix