Skip to content

Instantly share code, notes, and snippets.

@ritvikmath
Created April 18, 2019 23:49
Show Gist options
  • Select an option

  • Save ritvikmath/302f89d80103df256c46a39976e6c788 to your computer and use it in GitHub Desktop.

Select an option

Save ritvikmath/302f89d80103df256c46a39976e6c788 to your computer and use it in GitHub Desktop.
import folium
import pandas as pd
import json
from folium import plugins
df = pd.read_csv('starbucksInLACounty.csv')
with open('laMap.geojson') as f:
laArea = json.load(f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment