Skip to content

Commit bf17b20

Browse files
committed
commit
1 parent b069754 commit bf17b20

File tree

2 files changed

+244
-289
lines changed

2 files changed

+244
-289
lines changed

numpy/02.09-Structured-Data-NumPy.ipynb

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,9 +493,19 @@
493493
},
494494
{
495495
"cell_type": "code",
496-
"execution_count": null,
496+
"execution_count": 17,
497497
"metadata": {},
498-
"outputs": [],
498+
"outputs": [
499+
{
500+
"name": "stdout",
501+
"output_type": "stream",
502+
"text": [
503+
"153 ns ± 4.3 ns per loop (mean ± std. dev. of 7 runs, 10000000 loops each)\n",
504+
"2.22 µs ± 110 ns per loop (mean ± std. dev. of 7 runs, 100000 loops each)\n",
505+
"2.81 µs ± 54 ns per loop (mean ± std. dev. of 7 runs, 100000 loops each)\n"
506+
]
507+
}
508+
],
499509
"source": [
500510
"%timeit data['age']\n",
501511
"%timeit data_rec['age']\n",

0 commit comments

Comments
 (0)