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",
|
||||
"execution_count": 1,
|
||||
"execution_count": 4,
|
||||
"id": "486b95b3",
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
@@ -728,6 +728,16 @@
|
||||
},
|
||||
"metadata": {},
|
||||
"output_type": "display_data"
|
||||
},
|
||||
{
|
||||
"data": {
|
||||
"text/plain": [
|
||||
"3"
|
||||
]
|
||||
},
|
||||
"execution_count": 4,
|
||||
"metadata": {},
|
||||
"output_type": "execute_result"
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
@@ -750,7 +760,9 @@
|
||||
"\n",
|
||||
"data_rec = DataFrame.from_dict(data_list, orient='index')\n",
|
||||
"\n",
|
||||
"display(data_rec)"
|
||||
"display(data_rec)\n",
|
||||
"\n",
|
||||
"data.shape[0]"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user