Skip to content

laraibzafarlaraib/Data-Analytics-Project-on-Space-Missions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Space Missions Data Analysis (1957–2022)

An Exploratory Data Analysis (EDA) project analyzing global space missions from 1957 to August 2022.
The project explores trends in space launches, mission success rates, launch locations, and organizations involved in global space exploration.

Using Python-based data analysis tools, this project demonstrates how data science techniques can extract insights from real-world datasets.


📊 Project Overview

Space exploration has evolved significantly over the past several decades.
This project analyzes historical mission data to understand patterns in global space launches, mission outcomes, and participating organizations.

The analysis focuses on identifying trends such as:

  • Growth of space missions over time
  • Distribution of launches across countries and companies
  • Mission success and failure patterns
  • Frequently used rockets and launch sites

The results are presented through data visualizations and an interactive dashboard built with Streamlit.


🔎 Key Questions Explored

This project investigates several analytical questions:

  • How has the number of space launches changed over time?
  • Which countries and organizations conduct the most launches?
  • What are the most common launch locations worldwide?
  • How do mission success rates vary across organizations?
  • Which rockets are used most frequently?

🛠️ Technologies Used

Programming Language

  • Python

Data Analysis

  • Pandas
  • NumPy

Data Visualization

  • Matplotlib
  • Seaborn

Interactive Application

  • Streamlit

Development Environment

  • Jupyter Notebook

Files Description

  • app.py → Streamlit application for interactive exploration of the dataset
  • space-missions (2).ipynb → Notebook containing exploratory data analysis
  • space_missions1.csv → Dataset containing historical space mission records

📈 Exploratory Data Analysis

The dataset was analyzed using Python to uncover trends in space missions.

Key analysis steps included:

Data Cleaning

  • Handling missing values
  • Formatting and preparing dataset fields
  • Structuring mission data for analysis

Data Exploration

  • Analyzing launch frequency across decades
  • Examining mission success vs failure outcomes
  • Identifying major space organizations and launch sites

Visualization

Several visualizations were created to highlight patterns in the data, including:

  • Launch trends over time
  • Distribution of launches by country
  • Mission success vs failure comparison
  • Activity of major space organizations

🌐 Interactive Dashboard

An interactive dashboard was developed using Streamlit to allow users to explore the dataset dynamically.

The application enables users to:

  • View mission statistics
  • Explore launch trends
  • Analyze organizations and rockets
  • Interact with visualizations

Topics

  • data-science
  • exploratory-data-analysis
  • python
  • streamlit
  • data-visualization
  • pandas
  • space-data

To run the dashboard locally:

streamlit run app.py

Releases

No releases published

Packages

 
 
 

Contributors