Skip to content

Commit f2a20f9

Browse files
committed
refactoring
1 parent cfaea7f commit f2a20f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stitch_to_umls.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"outputs": [],
1010
"source": [
11-
"from pandas import DataFrame, merge, concat"
11+
"from pandas import DataFrame, merge"
1212
]
1313
},
1414
{
@@ -360,7 +360,7 @@
360360
},
361361
{
362362
"cell_type": "code",
363-
"execution_count": 17,
363+
"execution_count": 9,
364364
"metadata": {},
365365
"outputs": [
366366
{
@@ -390,7 +390,7 @@
390390
},
391391
{
392392
"cell_type": "code",
393-
"execution_count": 18,
393+
"execution_count": 10,
394394
"metadata": {},
395395
"outputs": [],
396396
"source": [

0 commit comments

Comments
 (0)