Skip to content

Commit a972ecd

Browse files
committed
reshape
1 parent ef06269 commit a972ecd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

reshape.ipynb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,16 @@
558558
"chunk = np.random.rand(426, 11138, 1031) # Example array, replace with your actual data\n",
559559
"melted_array = flatten_and_melt_array_to_structured_array(chunk)\n"
560560
]
561+
},
562+
{
563+
"cell_type": "code",
564+
"execution_count": null,
565+
"id": "35f242eb-43da-4a09-9495-dd0eb1d9d313",
566+
"metadata": {},
567+
"outputs": [],
568+
"source": [
569+
"melted_array"
570+
]
561571
}
562572
],
563573
"metadata": {

0 commit comments

Comments
 (0)