YashB1 commited on
Commit
dafc314
·
verified ·
1 Parent(s): 4c7a823

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -129,6 +129,7 @@ df["Timestamp"] = pd.to_datetime(df["Timestamp"])
129
 
130
  import geopandas as gpd
131
  india = gpd.read_file("https://gist.githubusercontent.com/jbrobst/56c13bbbf9d97d187fea01ca62ea5112/raw/e388c4cae20aa53cb5090210a42ebb9b765c0a36/india_states.geojson")
 
132
 
133
  # df.dtypes
134
  {new_line.join(map(lambda x: '# '+x, str(df_check.dtypes).split(new_line)))}
 
129
 
130
  import geopandas as gpd
131
  india = gpd.read_file("https://gist.githubusercontent.com/jbrobst/56c13bbbf9d97d187fea01ca62ea5112/raw/e388c4cae20aa53cb5090210a42ebb9b765c0a36/india_states.geojson")
132
+ india.loc[india['ST_NM'].isin(['Ladakh', 'Jammu & Kashmir']), 'ST_NM'] = 'Jammu and Kashmir'
133
 
134
  # df.dtypes
135
  {new_line.join(map(lambda x: '# '+x, str(df_check.dtypes).split(new_line)))}