Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 670 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 670 Bytes

GunSafety_pkg

Requirements

pip install yake
pip install pandas

Package Structure

├── data
|   ├── intermediate            <- The intermediate data output when processing
|   ├── processed               <- The final datasets for analysis
|   └── raw                     <- The original data
|
├── modules
|   ├── __init__.py
|   ├── get_data.py             <- Get data by subsetting
|   ├── analysis.py
|   ├──
|   ├──
|   ├──
|   └──
|
└── notebooks                   <- The notebook with instructions on
                                   how to use the package