The aim of this project is to explore insights about the dataset and explore features associated with the hazardness of the asteroids. In order to collect insights about the data I used data visualization techniques, summary statistics and correlations. Steps Done to get the insights:
- Data Cleaning and dropping unwanted features.
- Data Visualization.
- Using statistical measures to define the relation between asteroid hazardness and the quantitive change of the given feature.
pip install "pandas==1.4.0"
pip install "numpy==1.22.2"
pip install "seaborn==0.11.2"
pip install "matplotlib==3.5.1"
Kareem Elozeiri