Skip to content

Commit

Permalink
Merge pull request #486 from adi271001/Nuclear-Weapons-Analysis
Browse files Browse the repository at this point in the history
Nuclear weapons analysis
  • Loading branch information
abhisheks008 authored Jan 9, 2024
2 parents e6e055b + 42c350c commit aefd422
Show file tree
Hide file tree
Showing 57 changed files with 19,306 additions and 0 deletions.
57 changes: 57 additions & 0 deletions Nuclear Weapons Analysis/Dataset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# Nuclear Weapons Datasets

## Overview

This repository contains datasets related to nuclear weapons, providing valuable insights into various aspects such as historical trends, stockpiles, tests, and considerations by different entities. The datasets have been curated for analysis and modeling purposes.
## Link to Dataset
1. https://www.kaggle.com/datasets/michaelbryantds/nuclear-weapons-dataset/

## Datasets

### 1. Nuclear Weapons Distribution Over Time (df1.csv)

- **Columns:**
- `country_name`: Name of the country.
- `year`: Year of observation.
- `nuclear_weapons_status`: Current status of nuclear weapons.
- `nuclear_weapons_consideration`: Consideration of nuclear weapons.
- `nuclear_weapons_pursuit`: Pursuit of nuclear weapons.
- `nuclear_weapons_possession`: Possession of nuclear weapons.

### 2. Relationship Between Features (df2.csv)

- **Columns:**
- `entity_name`: Name of the entity.
- `year`: Year of observation.
- `number_nuclweap_consideration`: Number of nuclear weapons under consideration.
- `number_nuclweap_pursuit`: Number of nuclear weapons under pursuit.
- `number_nuclweap_possession`: Number of nuclear weapons in possession.

### 3. Nuclear Weapons Stockpile Trend (df3.csv)

- **Columns:**
- `country_name`: Name of the country.
- `year`: Year of observation.
- `nuclear_weapons_stockpile`: Number of nuclear weapons in the stockpile.

### 4. Nuclear Weapons Tests Over Time (df4.csv)

- **Columns:**
- `country_name`: Name of the country.
- `year`: Year of observation.
- `nuclear_weapons_tests`: Number of nuclear weapons tests.

## Usage

These datasets are valuable for exploratory data analysis (EDA), clustering, and predictive modeling. The associated code in this repository demonstrates how to perform EDA, clustering using K-Means, t-tests, PCA, and build machine learning models.



## Contributions

Contributions to enhance the datasets or provide additional insights are welcome. Feel free to create issues or pull requests.

## Acknowledgments

Special thanks to Kaggle for providing these datasets.

Loading

0 comments on commit aefd422

Please sign in to comment.