Update notebook.ipynb

Fixed broken 08-data-preparation notebook.ipynb
pull/282/head
Mohamad Jaallouk 3 years ago committed by GitHub
parent 4dee287607
commit 8370138020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -692,12 +692,6 @@
} }
] ]
"execution_count": 6
}
],
"metadata": {
"trusted": false
}
}, },
{ {
@ -820,13 +814,6 @@
} }
] ]
"execution_count": 9
}
],
"metadata": {
"trusted": false
}
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
@ -849,7 +836,6 @@
"outputId": "fa06495a-0930-4867-87c5-6023031ea8b5" "outputId": "fa06495a-0930-4867-87c5-6023031ea8b5"
}, },
"execution_count": 10,
"source": [ "source": [
"example2 = np.array([2, np.nan, 6, 8]) \n", "example2 = np.array([2, np.nan, 6, 8]) \n",
@ -870,12 +856,6 @@
"execution_count": 13 "execution_count": 13
} }
] ]
"execution_count": 10
}
],
"metadata": {
"trusted": false
}
}, },
{ {
@ -900,12 +880,7 @@
"collapsed": true, "collapsed": true,
"trusted": false, "trusted": false,
"id": "yan3QRaOgRr_" "id": "yan3QRaOgRr_"
}, }
"source": [
"# What happens if you add np.nan and None together?\n"
],
"execution_count": 14,
"outputs": []
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
@ -1590,13 +1565,7 @@
"collapsed": true, "collapsed": true,
"trusted": false, "trusted": false,
"id": "ExUwQRxpgRsF" "id": "ExUwQRxpgRsF"
}, }
"source": [
"# How might you go about dropping just column 3?\n",
"# Hint: remember that you will need to supply both the axis parameter and the how parameter.\n"
],
"execution_count": 26,
"outputs": []
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",

Loading…
Cancel
Save