Skip to content

Commit

Permalink
Merge branch 'TakaakiFuruse-fix-chap10'
Browse files Browse the repository at this point in the history
  • Loading branch information
guipsamora committed Aug 18, 2018
2 parents b455113 + 82085a7 commit 237ce47
Show file tree
Hide file tree
Showing 3 changed files with 551 additions and 387 deletions.
19 changes: 14 additions & 5 deletions 10_Deleting/Wine/Exercises.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Step 11. Set the rows of the random numbers in the column"
"### Step 11. Use random numbers you generated as an index and assign NaN value to each of cell."
]
},
{
Expand Down Expand Up @@ -208,7 +208,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Step 14. Print only the non-null values in alcohol"
"### Step 13. Delete the rows that contain missing values"
]
},
{
Expand All @@ -224,7 +224,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Step 13. Delete the rows that contain missing values"
"### Step 14. Print only the non-null values in alcohol"
]
},
{
Expand All @@ -236,6 +236,15 @@
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -271,7 +280,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python [default]",
"language": "python",
"name": "python2"
},
Expand All @@ -285,7 +294,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.11"
"version": "2.7.12"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 237ce47

Please sign in to comment.