YashB1 commited on
Commit
35d6de6
·
verified ·
1 Parent(s): c27b83c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -224,7 +224,7 @@ df["Timestamp"] = pd.to_datetime(df["Timestamp"])
224
  import geopandas as gpd
225
  india = gpd.read_file(f"{shape_file}")
226
  india.loc[india['ST_NM'].isin(['Ladakh', 'Jammu & Kashmir']), 'ST_NM'] = 'Jammu and Kashmir'
227
-
228
  # df.dtypes
229
  {new_line.join(map(lambda x: '# '+x, str(df_check.dtypes).split(new_line)))}
230
 
 
224
  import geopandas as gpd
225
  india = gpd.read_file(f"{shape_file}")
226
  india.loc[india['ST_NM'].isin(['Ladakh', 'Jammu & Kashmir']), 'ST_NM'] = 'Jammu and Kashmir'
227
+ import uuid
228
  # df.dtypes
229
  {new_line.join(map(lambda x: '# '+x, str(df_check.dtypes).split(new_line)))}
230