Given the latitude and longitude of a marker (under `_geoloc`), use the [Python Google Maps API](https://github.com/googlemaps/google-maps-services-python) to extract the info for the following attributes: - `loc.description_clean` (from `formatted_address` in the [Google Maps Geocoding API](https://developers.google.com/maps/documentation/javascript/geocoding)) - `loc.country` (refer to @tzou2024's code [here](https://colab.research.google.com/drive/1-BzF3fXCrv7ZApP3ZQIlhQwOLYe1anH6#scrollTo=_BX_wZFSNzSn)) - `loc.city` (refer to @tzou2024's code [here](https://colab.research.google.com/drive/1-BzF3fXCrv7ZApP3ZQIlhQwOLYe1anH6#scrollTo=_BX_wZFSNzSn))