updating data

This commit is contained in:
frankknoll
2022-03-07 01:13:55 +01:00
parent 3c425e46cf
commit 40611c88d8
387 changed files with 400 additions and 388 deletions

View File

@@ -15,6 +15,16 @@
"pd.set_option('display.max_columns', None)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "dfa836ec",
"metadata": {},
"outputs": [],
"source": [
"needsUpdate = False"
]
},
{
"cell_type": "code",
"execution_count": null,
@@ -60,7 +70,8 @@
" dataFrame['Letzte Änderung'] = pd.to_datetime(dataFrame['Letzte Änderung'], format = \"%d.%m.%Y %H:%M Uhr\")\n",
" return dataFrame\n",
"\n",
"print('needsUpdate: ', needsUpdate())"
"needsUpdate = needsUpdate()\n",
"print('needsUpdate: ', needsUpdate)"
]
},
{
@@ -101,7 +112,8 @@
"metadata": {},
"outputs": [],
"source": [
"timeSeries = readTimeseries(download = False)\n",
"# FK-TODO: falls needsUpdate = True, dann muß das aktuelle Datum noch automatisch in intensivstationen.html eingesetzt werden.\n",
"timeSeries = readTimeseries(download = needsUpdate)\n",
"timeSeries"
]
},