We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0423d83 commit b89250cCopy full SHA for b89250c
main_page.py
@@ -16,7 +16,7 @@
16
df_article = load_data('gdelt_20230204.csv')
17
df_img = load_data('immigratation.csv')
18
df_pop = load_data('population.csv')
19
-df_country = pd.read_csv('/Users/sambennett/Desktop/Computing_Project/Political_Weather_Map/country.py')
+df_country = pd.read_csv('country.csv')
20
21
# Prepare Data
22
articles = select_columns(df_article)
0 commit comments