Description Usage Arguments Value Examples
It's supposed to be used to clean the data of the LOCATION_NAME column. It does it in the following way:
stripes out the country name (including the colon)
converts names to title case (as opposed to all caps)
1 | eq_location_clean(location)
|
location |
input location to clean. |
Cleaned location which contains the places affected by earthquake converted to title case.
1 | eq_location_clean("TURKEY: IZMIR, EFES"); #Izmir, Efes
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.