/nuforc-data

NUFORC Data Analysis

Primary LanguageJupyter NotebookMIT LicenseMIT

nuforc-data

Data Analysis for the NUFORC datset located at https://nuforc.org/databank/.

Install packages BeautifulSoup, pandas, plotly, either using conda or using pip. As an example

python -m venv .env
source .env/bin/activate
pip install notebook
pip install pandas
pip install beautifulsoup4
pip install plotly
jupyter nuforc_data.ipynb