We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365887a commit a26fd29Copy full SHA for a26fd29
4_NumPy_8_Subsetting 2D NumPy Arrays.py
@@ -10,6 +10,6 @@
10
print(np_baseball[49,:])
11
12
# Select the entire second column of np_baseball: np_weight
13
-np_weight =np_baseball[:,1]
+np_weight_lb =np_baseball[:,1]
14
# Print out height of 124th player
15
-print(np_baseball[124:1])
+print(np_baseball[123, 0])
0 commit comments