Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LordXido
/
CodexFlow_TM
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c3917d9
CodexFlow_TM
/
public_data_sources.py
LordXido
Create public_data_sources.py
71a245f
verified
3 months ago
raw
Copy download link
history
blame
Safe
162 Bytes
WORLD_BANK_BASE =
"https://api.worldbank.org/v2"
INDICATORS = {
"GDP"
:
"NY.GDP.MKTP.CD"
,
"INFLATION"
:
"FP.CPI.TOTL.ZG"
,
"POPULATION"
:
"SP.POP.TOTL"
}