Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created April 21, 2020 12:53
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/a6a561cf9929bba17959c7a8d518c9c6 to your computer and use it in GitHub Desktop.
Save abhishek-shrm/a6a561cf9929bba17959c7a8d518c9c6 to your computer and use it in GitHub Desktop.
india_geojson['state_id']=india_geojson['st_nm'].map(id_dict)
india_geojson.drop(columns='st_nm',inplace=True)
india_geojson.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment