JupyterLab utility notebooks for the data munging necessary for the NTSB App for Splunk.
Run from JupyterLab or Jupyter Notebook.
Execute in this order:
- data_set_download.ipynb - this file downloads the raw data from NTSB; saves file to data folder.
- data_set_cleanup.ipynb - this file cleans the date format and parses the Location field; saves file to output folder.
Requires the following Python libraries:
- pandas
- urllib