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
Exploratory Data Anaysis with SQL
I was tasked with discovering information by performing SQL inquiries, these were prompted queries to demonstrate proficiency in running SQL queries and subqueries.
Removing any blank rows from the table
First I looked for the names of the unique launch sites in the space mission
Next I looked for records where launch sites begin with the string 'CCA'
Next I looked for the total payload mass carried by boosters launched by NASA (CRS)
Next I looked for the average payload mass carried by booster version F9 v1.1
Looking for the date when the first succesful landing outcome in ground pad was acheived.
Looking for the total number of successful and failure mission outcomes
Looking for the records which will display the month names, failure landing_outcomes in drone ship ,booster versions, launch_site for the months in year 2015.
Here I attempted to rank the landing outcomes by multiple criterion, and within a specific date range.