Skip to content

Commit 4891f3b

Browse files
committed
Work on HM1
1 parent 334b661 commit 4891f3b

12 files changed

+5177
-256
lines changed

02 - Intro to Pandas/Intro to Pandas I.ipynb

+21
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,27 @@
369369
"We can also filter according to the values in the `Series`:"
370370
]
371371
},
372+
{
373+
"cell_type": "code",
374+
"execution_count": 1,
375+
"metadata": {},
376+
"outputs": [
377+
{
378+
"ename": "NameError",
379+
"evalue": "name 'bacteria' is not defined",
380+
"output_type": "error",
381+
"traceback": [
382+
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
383+
"\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)",
384+
"\u001b[0;32m<ipython-input-1-e654d597f693>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m()\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0mbacteria\u001b[0m \u001b[0;34m>\u001b[0m \u001b[0;36m1000\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
385+
"\u001b[0;31mNameError\u001b[0m: name 'bacteria' is not defined"
386+
]
387+
}
388+
],
389+
"source": [
390+
"bacteria > 1000"
391+
]
392+
},
372393
{
373394
"cell_type": "code",
374395
"execution_count": 13,
Binary file not shown.

0 commit comments

Comments
 (0)