HugMi commited on
Commit
daf9fda
·
verified ·
1 Parent(s): 419bcbf

Update M1_Assignment2.py

Browse files
Files changed (1) hide show
  1. M1_Assignment2.py +1 -1
M1_Assignment2.py CHANGED
@@ -8,12 +8,12 @@ from scipy.stats import zscore
8
  import geopandas as gpd
9
  import altair as alt
10
  from vega_datasets import data
 
11
 
12
  # USED FOR OFFLINE VERSION (TO ALSO DOWNLOAD THE ZIP FILES FROM CLOUD)
13
  # from duckduckgo_search import DDGS
14
  # import zipfile
15
  # import requests
16
- # import re
17
 
18
  # PART 1: Function to load the data parts and use pd.concat to combine the 3 parts to one dataset
19
  @st.cache_data # Cache the function to enhance performance - tells streamlit to keep the dataset in memory/cache
 
8
  import geopandas as gpd
9
  import altair as alt
10
  from vega_datasets import data
11
+ import re
12
 
13
  # USED FOR OFFLINE VERSION (TO ALSO DOWNLOAD THE ZIP FILES FROM CLOUD)
14
  # from duckduckgo_search import DDGS
15
  # import zipfile
16
  # import requests
 
17
 
18
  # PART 1: Function to load the data parts and use pd.concat to combine the 3 parts to one dataset
19
  @st.cache_data # Cache the function to enhance performance - tells streamlit to keep the dataset in memory/cache