intermediate commit
This commit is contained in:
parent
d91b120bd0
commit
74a22c2721
4 changed files with 24 additions and 83 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue