Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,8 +12,8 @@ import seaborn as sns
|
|
| 12 |
|
| 13 |
|
| 14 |
|
| 15 |
-
|
| 16 |
-
dataset =
|
| 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 = Alphacast("ak_rjVLScLXFCHwimxt5Qew")
|
| 16 |
+
dataset = key_alphacast.datasets.dataset(5664)
|
| 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",
|