Skip to content

Commit 01716a0

Browse files
committed
20 / 30 : delete discussion room only if exists
pandas example CI error
1 parent 0de7716 commit 01716a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

20_probability/30_pandas.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,8 @@
10401040
"metadata": {},
10411041
"outputs": [],
10421042
"source": [
1043-
"del table['토론실']\n",
1043+
"if '토론실' in table:\n",
1044+
" del table['토론실']\n",
10441045
"\n"
10451046
]
10461047
},

0 commit comments

Comments
 (0)