update EPU

This commit is contained in:
TerenceLiu98 2023-04-20 20:39:50 +08:00
parent e4e531f93a
commit 4a9cbdec4e
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ import requests
import pandas as pd import pandas as pd
url = { url = {
"EPU-China": "https://www.policyuncertainty.com/media/SCMP_China_Policy_Uncertainty_Data.xlsx", "EPU-China": "https://www.policyuncertainty.com/scmp_monthly.html",
"EPU-HKSAR": "https://www.policyuncertainty.com/media/HK_EPU_Data_Annotated.xlsx", "EPU-HKSAR": "https://www.policyuncertainty.com/hk_monthly.html",
"EPU": "https://www.policyuncertainty.com/" "EPU": "https://www.policyuncertainty.com/"
} }