Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Rubix982/836ca22a4139aea36a7b3622e88d7d6b to your computer and use it in GitHub Desktop.
Save Rubix982/836ca22a4139aea36a7b3622e88d7d6b to your computer and use it in GitHub Desktop.
Working With GIS & Mapillary - Fetching The Data
csv_gist_data = requests.get(CSV_URL).content
safegraph_df = pd.read_csv(io.StringIO(csv_gist_data.decode('utf-8')), index_col='ID')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment