Description Usage Arguments Value Examples
A new dateframe is created (a cleaned dataframe) from a raw dataframe by uniting the year, month, day in a single Date column (named DataEQ) and converting some columns (LATITUDE, LONGITUDE, EQ_PRIMARY and DEATHS) to numeric.Also I realized data imputation using 'fix_na...' functions.
| 1 | 
| df | A dataframe containing NOAA Earthquake data | 
A cleaned date frame
| 1 2 | df <- load_data()
df <- eq_clean_data(df)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.