Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nemat-al/aviation-accidents
Aviation Accidents Analysis
https://github.com/nemat-al/aviation-accidents
aviation data-analysis data-science data-visualization plotly python
Last synced: 29 days ago
JSON representation
Aviation Accidents Analysis
- Host: GitHub
- URL: https://github.com/nemat-al/aviation-accidents
- Owner: nemat-al
- Created: 2024-03-18T19:49:20.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-21T10:37:54.000Z (11 months ago)
- Last Synced: 2024-11-22T23:27:03.831Z (3 months ago)
- Topics: aviation, data-analysis, data-science, data-visualization, plotly, python
- Language: Jupyter Notebook
- Homepage:
- Size: 2.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aviation Accidents Analysis.
----
## Index
1. [Used tools and Requirments](#used-tools-and-requirments)
2. [Dataset](#dataset)
3. [About the Project](#about-the-project)---
## Used tools and Requirments
The project is accomplished using Python programing language.
Used tools are:
1. pandas.
2. numpy.
3. pycountry.
4. datetime.
5. [plotly.express](https://plotly.com/python/plotly-express/) for the visualization.## [Dataset](https://www.kaggle.com/datasets/ramjasmaurya/aviation-accidents-history1919-april-2022)
The dataset contains information about the aviation disasters that happened between 1919 and September 2022. The different features contained the date of the accidents, the cause, and the result of the accidents. In addition to the country, aircraft type, and operator of the flight.The dataset can be found on [Kaggle](https://www.kaggle.com/datasets/ramjasmaurya/aviation-accidents-history1919-april-2022).
## [About the Project](https://www.linkedin.com/feed/update/urn:li:ugcPost:6983223319277793280?updateEntityUrn=urn%3Ali%3Afs_updateV2%3A%28urn%3Ali%3AugcPost%3A6983223319277793280%2CFEED_DETAIL%2CEMPTY%2CDEFAULT%2Cfalse%29)
To read about the project, please feel free to check my [article](https://www.linkedin.com/feed/update/urn:li:ugcPost:6983223319277793280?updateEntityUrn=urn%3Ali%3Afs_updateV2%3A%28urn%3Ali%3AugcPost%3A6983223319277793280%2CFEED_DETAIL%2CEMPTY%2CDEFAULT%2Cfalse%29) on LinkedIn about this project.