You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Python will then assess each value in the object to determine whether the
value meets the criteria (True) or not (False).
- Python creates an output object that is the same shape as the original
object, but with a `True` or `False` value for each index location.
is broken into:
- Python will then assess each value in the object to determine whether the
and
value meets the criteria (True) or not (False).
- Python creates an output object that is the same shape as the original
object, but with a `True` or `False` value for each index location.
The text was updated successfully, but these errors were encountered:
For example (from python-ecology-lesson/03-index-slice-subset):
is broken into:
and
The text was updated successfully, but these errors were encountered: