Description Usage Arguments Value Examples
Cleans raw data by creating a date column with year, month and day in one date, converting LATITUDE and LONGITUDE columns to numeric and cleaning the LOCATION_NAME column with the eq_location_clean() function. Negative years have been removed.
1 | eq_clean_data(df_raw)
|
df_raw |
dataframe of raw NOAA data |
Returns a cleaned version of df_raw
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.