Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Image: ubuntu2204
Data Wrangling
Data Analysis
Loading in our SpaceX dataset
First I identified and calculated the percentage of missing values that are within each attribute
Our dataset have information on different launch facilities, so first I needed to figure out the number of launches from each site.
For every launch there is a dedicated orbit, so next I found the number and occurence of each orbit type
Next, I looked at how many different landing outcomes there were, and how frequently each occured.
Taking a closer look at the landing outcomes, I needed to create a landing outcome label.
The first step was identifying the keys for each respective outcome.
Then identifying all the outcomes where a landing wasnt achieved.
Lastly, I assigned the landing outcome to be represented by the following;
0=Failed Landing
1=Successful Landing
Because the outcomes are 0=failure, and 1=success - I was able to determine the overall success rate