Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created May 31, 2020 04:15
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 abhishek-shrm/f9ab844d2508be018e0535da7837f78a to your computer and use it in GitHub Desktop.
Save abhishek-shrm/f9ab844d2508be018e0535da7837f78a to your computer and use it in GitHub Desktop.
from keplergl import KeplerGl
import geopandas as gpd
import matplotlib.pyplot as plt
import matplotlib
census=gpd.read_file('kepler.gl-data/nyc_census/data.json')
print('Shape=>',census.shape)
census.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment