We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 503e2ae commit 0423d83Copy full SHA for 0423d83
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(r'C:\Users\oiwah\OneDrive\デスクトップ\2025_Spring_Python\project\Political_Weather_Map\Political_Weather_Map\country.csv')
+df_country = pd.read_csv('/Users/sambennett/Desktop/Computing_Project/Political_Weather_Map/country.py')
20
21
# Prepare Data
22
articles = select_columns(df_article)
0 commit comments