My data set includes a string variable called -geo-, which looks like this:
What code can be used to extract the two "enclosed" coordinates (i.e., latitude and longitude) from -geo- variable as two separate variables?
Thank you in advance for help!
Code:
{u'type': u'Point', u'coordinates': [36.2743876, -80.8518072]}
Thank you in advance for help!
Comment