intermediate commit

This commit is contained in:
Balthasar Schachtner 2020-02-23 17:09:54 +01:00
parent d91b120bd0
commit 74a22c2721
4 changed files with 24 additions and 83 deletions

View file

@ -2750,7 +2750,7 @@
"source": [
"def minutes(x):\n",
" return \"{:02d}:{:02d}\".format(int(x//60), int(x%60))\n",
"df_results[\"spieldauer\"] = (df_results.endzeit-df_results.startzeit).apply(minutes)"
"#df_results[\"spieldauer\"] = (df_results.endzeit-df_results.startzeit).apply(minutes)"
]
},
{
@ -3068,7 +3068,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
"version": "3.8.1"
},
"toc": {
"colors": {