Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created May 31, 2020 03:34
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/f5b436b4460a116f4a764db4a7999f2e to your computer and use it in GitHub Desktop.
Save abhishek-shrm/f5b436b4460a116f4a764db4a7999f2e to your computer and use it in GitHub Desktop.
import pandas as pd
df=pd.read_csv('kepler.gl-data/nyctrips/data.csv')
print('Shape=>',df.shape)
df.head()
@bextla20
Copy link

bextla20 commented Feb 6, 2021

Hi.

is not available keplergl on jupyter? is there another way view json data as map?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment