Skip to content

Commit 0d5e26a

Browse files
authored
bug: fix incorrect path
1 parent ca4de3f commit 0d5e26a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/getting_started/exploring_clinical_data.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"import pandas as pd\n",
146146
"\n",
147147
"# load the table\n",
148-
"column_metadata_df = pd.read_parquet('./column_metadata')\n",
148+
"column_metadata_df = pd.read_parquet('./idc_clinical_data/column_metadata')\n",
149149
"\n",
150150
"column_metadata_df.columns\n"
151151
],
@@ -1511,7 +1511,7 @@
15111511
{
15121512
"cell_type": "code",
15131513
"source": [
1514-
"a_table_df = pd.read_parquet('./rms_mutation_prediction_sample')\n",
1514+
"a_table_df = pd.read_parquet('./idc_clinical_data/rms_mutation_prediction_sample')\n",
15151515
"\n",
15161516
"a_table_df"
15171517
],
@@ -2176,4 +2176,4 @@
21762176
}
21772177
}
21782178
]
2179-
}
2179+
}

0 commit comments

Comments
 (0)