Update app.py
Browse files
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 |
|