Skip to content

Commit 803db44

Browse files
Update TCIA_PROSTATEx_Prostate_MRI_Anatomy_Model.ipynb (#1261)
Fixes [#1260](#1260). ### Description Tcia-utils function downloadSeries() requires you to specify format = "df" now if you want to return a dataframe. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5608c43 commit 803db44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model_zoo/TCIA_PROSTATEx_Prostate_MRI_Anatomy_Model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
"cart_data = nbia.getSharedCart(cart_name)\n",
225225
"\n",
226226
"# download the series_uids list and return dataframe of metadata\n",
227-
"df = nbia.downloadSeries(cart_data)\n",
227+
"df = nbia.downloadSeries(cart_data, format=\"df\")\n",
228228
"\n",
229229
"# display dataframe\n",
230230
"# display(df)"

0 commit comments

Comments
 (0)