Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created October 5, 2020 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/968a0d61447128dc976e0dbb1ec3ef34 to your computer and use it in GitHub Desktop.
Save amankharwal/968a0d61447128dc976e0dbb1ec3ef34 to your computer and use it in GitHub Desktop.
import pandas as pd
import numpy as np
import folium
from folium.plugins import HeatMap
df = pd.read_csv("dataset.csv")
m = folium.Map(tiles = 'Stamen Terrain',min_zoom = 1.5)
display(m)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment