Hi Daniel, the geolocation data is captured by inferring location of users so this data lives in Mixpanel in the $region $city and $country event and user properties.
In reports, you can breakdown by these properties and if you need to retrieve them, you can use our RAW Export API to export events and they will contain these properties. For user properties, you can use /engage query api.
You can also use the python utils module that allows you to interact with our API and define selectors to export people profiles from a specific city for example: https://github.com/mixpanel/mixpanel-utils?tab=readme-ov-file#export-people