Spring Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

WGU Foundations of Computer Science Foundations-of-Computer-Science Question # 17 Topic 2 Discussion

WGU Foundations of Computer Science Foundations-of-Computer-Science Question # 17 Topic 2 Discussion

Foundations-of-Computer-Science Exam Topic 2 Question 17 Discussion:
Question #: 17
Topic #: 2

How can a user subset a NumPy array bmi to only include values over 23?


A.

bmi.get_values(>23)


B.

bmi.where(bmi > 23)


C.

bmi.select(23)


D.

bmi[bmi > 23]


Get Premium Foundations-of-Computer-Science Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.