Skip to content

Commit 237ce47

Browse files
committed
Merge branch 'TakaakiFuruse-fix-chap10'
2 parents b455113 + 82085a7 commit 237ce47

File tree

3 files changed

+551
-387
lines changed

3 files changed

+551
-387
lines changed

10_Deleting/Wine/Exercises.ipynb

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"cell_type": "markdown",
177177
"metadata": {},
178178
"source": [
179-
"### Step 11. Set the rows of the random numbers in the column"
179+
"### Step 11. Use random numbers you generated as an index and assign NaN value to each of cell."
180180
]
181181
},
182182
{
@@ -208,7 +208,7 @@
208208
"cell_type": "markdown",
209209
"metadata": {},
210210
"source": [
211-
"### Step 14. Print only the non-null values in alcohol"
211+
"### Step 13. Delete the rows that contain missing values"
212212
]
213213
},
214214
{
@@ -224,7 +224,7 @@
224224
"cell_type": "markdown",
225225
"metadata": {},
226226
"source": [
227-
"### Step 13. Delete the rows that contain missing values"
227+
"### Step 14. Print only the non-null values in alcohol"
228228
]
229229
},
230230
{
@@ -236,6 +236,15 @@
236236
"outputs": [],
237237
"source": []
238238
},
239+
{
240+
"cell_type": "code",
241+
"execution_count": null,
242+
"metadata": {
243+
"collapsed": true
244+
},
245+
"outputs": [],
246+
"source": []
247+
},
239248
{
240249
"cell_type": "markdown",
241250
"metadata": {},
@@ -271,7 +280,7 @@
271280
],
272281
"metadata": {
273282
"kernelspec": {
274-
"display_name": "Python 2",
283+
"display_name": "Python [default]",
275284
"language": "python",
276285
"name": "python2"
277286
},
@@ -285,7 +294,7 @@
285294
"name": "python",
286295
"nbconvert_exporter": "python",
287296
"pygments_lexer": "ipython2",
288-
"version": "2.7.11"
297+
"version": "2.7.12"
289298
}
290299
},
291300
"nbformat": 4,

0 commit comments

Comments
 (0)