Skip to content

Commit f4c6b0b

Browse files
authored
Merge pull request microsoft#282 from quake2005/patch-11
Update notebook.ipynb
2 parents 2bdb79c + 8370138 commit f4c6b0b

File tree

1 file changed

+3
-34
lines changed

1 file changed

+3
-34
lines changed

2-Working-With-Data/08-data-preparation/notebook.ipynb

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -692,12 +692,6 @@
692692
}
693693
]
694694

695-
"execution_count": 6
696-
}
697-
],
698-
"metadata": {
699-
"trusted": false
700-
}
701695

702696
},
703697
{
@@ -820,13 +814,6 @@
820814
}
821815
]
822816

823-
"execution_count": 9
824-
}
825-
],
826-
"metadata": {
827-
"trusted": false
828-
}
829-
830817
},
831818
{
832819
"cell_type": "markdown",
@@ -849,7 +836,6 @@
849836
"outputId": "fa06495a-0930-4867-87c5-6023031ea8b5"
850837
},
851838

852-
"execution_count": 10,
853839

854840
"source": [
855841
"example2 = np.array([2, np.nan, 6, 8]) \n",
@@ -870,12 +856,6 @@
870856
"execution_count": 13
871857
}
872858
]
873-
"execution_count": 10
874-
}
875-
],
876-
"metadata": {
877-
"trusted": false
878-
}
879859

880860
},
881861
{
@@ -900,12 +880,7 @@
900880
"collapsed": true,
901881
"trusted": false,
902882
"id": "yan3QRaOgRr_"
903-
},
904-
"source": [
905-
"# What happens if you add np.nan and None together?\n"
906-
],
907-
"execution_count": 14,
908-
"outputs": []
883+
}
909884
},
910885
{
911886
"cell_type": "markdown",
@@ -1590,13 +1565,7 @@
15901565
"collapsed": true,
15911566
"trusted": false,
15921567
"id": "ExUwQRxpgRsF"
1593-
},
1594-
"source": [
1595-
"# How might you go about dropping just column 3?\n",
1596-
"# Hint: remember that you will need to supply both the axis parameter and the how parameter.\n"
1597-
],
1598-
"execution_count": 26,
1599-
"outputs": []
1568+
}
16001569
},
16011570
{
16021571
"cell_type": "markdown",
@@ -3818,4 +3787,4 @@
38183787
}
38193788

38203789
]
3821-
}
3790+
}

0 commit comments

Comments
 (0)