Skip to content

Commit

Permalink
files
Browse files Browse the repository at this point in the history
  • Loading branch information
cab938 committed Sep 29, 2019
1 parent aec79e3 commit 25c64c3
Show file tree
Hide file tree
Showing 4 changed files with 1,538 additions and 2,390 deletions.
16 changes: 14 additions & 2 deletions 190916_pandas.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,25 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {
"slideshow": {
"slide_type": "slide"
}
},
"outputs": [],
"outputs": [
{
"ename": "NameError",
"evalue": "name 'np' is not defined",
"output_type": "error",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)",
"\u001b[0;32m<ipython-input-1-2cd1a28d9637>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0mnp\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0misnan\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mnp\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mnan\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
"\u001b[0;31mNameError\u001b[0m: name 'np' is not defined"
]
}
],
"source": [
"np.isnan(np.nan)"
]
Expand Down
Loading

0 comments on commit 25c64c3

Please sign in to comment.