Project 1090

by Alexander X

Description

Takes any earthquake data file of this format and converts only it's Pn phase data into a workable pandas data frame. There are two main steps to do this: first is get it into a format where pandas can properly read the file. Once in a pandas data frame, use the pandas library to further clean and enhance the dataset to be ready for analysis. The next step of this project is to perform operations to calculate Pn phase velocity which is then appended to a 'main data file' that can constantly be updated by performing the same operations for other earthquake data files.