We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4de3f commit 0d5e26aCopy full SHA for 0d5e26a
notebooks/getting_started/exploring_clinical_data.ipynb
@@ -145,7 +145,7 @@
145
"import pandas as pd\n",
146
"\n",
147
"# load the table\n",
148
- "column_metadata_df = pd.read_parquet('./column_metadata')\n",
+ "column_metadata_df = pd.read_parquet('./idc_clinical_data/column_metadata')\n",
149
150
"column_metadata_df.columns\n"
151
],
@@ -1511,7 +1511,7 @@
1511
{
1512
"cell_type": "code",
1513
"source": [
1514
- "a_table_df = pd.read_parquet('./rms_mutation_prediction_sample')\n",
+ "a_table_df = pd.read_parquet('./idc_clinical_data/rms_mutation_prediction_sample')\n",
1515
1516
"a_table_df"
1517
@@ -2176,4 +2176,4 @@
2176
}
2177
2178
]
2179
-}
+}
0 commit comments