Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,8 +12,9 @@ import seaborn as sns
|
|
| 12 |
|
| 13 |
|
| 14 |
|
| 15 |
-
key_alphacast =
|
| 16 |
-
|
|
|
|
| 17 |
df = dataset.download_data(format = "pandas", startDate=None, endDate=None, filterVariables = [], filterEntities = {})
|
| 18 |
data = df[["country","Date","Real Consumption at constant 2017 national prices (In mil. 2017US$)",
|
| 19 |
"Average annual hours worked by persons engaged",
|
|
|
|
| 12 |
|
| 13 |
|
| 14 |
|
| 15 |
+
key_alphacast = "ak_rjVLScLXFCHwimxt5Qew"
|
| 16 |
+
alphacast = Alphacast(key_alphacast)
|
| 17 |
+
dataset = alphacast.datasets.dataset(5664)
|
| 18 |
df = dataset.download_data(format = "pandas", startDate=None, endDate=None, filterVariables = [], filterEntities = {})
|
| 19 |
data = df[["country","Date","Real Consumption at constant 2017 national prices (In mil. 2017US$)",
|
| 20 |
"Average annual hours worked by persons engaged",
|