Skip to content

Exploring space mission data and creating graphs in base of it.

Notifications You must be signed in to change notification settings

josewebdev2000/Space-Mission-Data-Analysis

Repository files navigation

Space Mission Data Analysis

Spaceship Image

Overview

I decided to analyze data regarding space missions for a simple data processing, analysis, and visualization project.

The main focus of this project is the number of missions each country conducted and the percentage of success they had.

This project led me to conclude that is it necessary to consider the total number of samples before considering percentages to extract a good conclusion.

Data Source

I extracted the data from a Kaggle project called: Space Mission from 1957 Data Analysis

It is required to log in in order to download the CSV file. But beyond that is it free to get the data.

Technologies

This project involves the usage of the following technologies:

  • Python
  • Pandas
  • Matplotlib

Graphs Extracted

The following are the graphs I created in base of the analysis I made

1. Graph about countries and the number of missions each of them conducted

Countries vs Number of Missions Bar Chart

2. Graph about countries and the percentage of successful missions each of them conducted.

Countries vs Success Mission Percentage Bar Chart

Conclusion

From the charts I conclude that the United States of America is the most reliable country in regards to space missions because it has a high percentage of success missions and it is the country that launched the most space missions according to the analyzed data set.

Disclaimer

In case you found out a mistake about my analysis, please leave a comment to I can correct it.

Copyright