Skip to content

Commit

Permalink
hoii
Browse files Browse the repository at this point in the history
  • Loading branch information
AidaasinAyda committed Jul 17, 2024
1 parent 6f72487 commit 26dd3df
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions notebooks/experi/tbe.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"outputs": [],
"source": [
"stats2 = pd.read_csv('Z:/rr2/all/aseg_stats.txt', sep ='\\t')\n",
"stats2 = pd.read_csv('../../secret_data/aseg_stats2.txt', sep ='\\t')\n",
"stats2"
]
},
Expand Down Expand Up @@ -157,6 +157,39 @@
"#total"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "0a8f6534-59c8-417c-9f44-7d71350c76fd",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"id": "fb1f8936-d95f-48b0-a78d-3dbab99f93a3",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"excel = pd.read_excel(\"../../secret_data/BRICK_datums_scans_clean_17072024.xlsx\")\n",
"excel.head(3)\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "0d176915-e6f8-4c90-88f7-a22875ccb581",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"excel.columns\n"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -487,7 +520,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
"version": "3.11.9"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 26dd3df

Please sign in to comment.