There was an error while loading. Please reload this page.
2 parents ba34d6b + 85124d5 commit 1355ee1Copy full SHA for 1355ee1
Intro to Python for Data Science/NumPy - Chapter 4.py
@@ -67,6 +67,9 @@
67
68
# Print out light
69
print(light)
70
+
71
+# Print out BMIs of all baseball players whose BMI is below 21
72
+print(bmi[light])
73
#---------------------------------------------------------------------------------------------------#
74
75
#Subsetting Numpy Arrays
0 commit comments