SIENTIAPDE-1273
Update execution count in tests notebook and add data shape output for improved clarity in data handling.
This commit is contained in:
16
tests.ipynb
16
tests.ipynb
@@ -591,7 +591,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 1,
|
"execution_count": 4,
|
||||||
"id": "486b95b3",
|
"id": "486b95b3",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
@@ -728,6 +728,16 @@
|
|||||||
},
|
},
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"output_type": "display_data"
|
"output_type": "display_data"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"data": {
|
||||||
|
"text/plain": [
|
||||||
|
"3"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"execution_count": 4,
|
||||||
|
"metadata": {},
|
||||||
|
"output_type": "execute_result"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
@@ -750,7 +760,9 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"data_rec = DataFrame.from_dict(data_list, orient='index')\n",
|
"data_rec = DataFrame.from_dict(data_list, orient='index')\n",
|
||||||
"\n",
|
"\n",
|
||||||
"display(data_rec)"
|
"display(data_rec)\n",
|
||||||
|
"\n",
|
||||||
|
"data.shape[0]"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user