-
-
Notifications
You must be signed in to change notification settings - Fork 181
Open
Description
"For example, fancy indexing for could have been expressed by , but it is not possible to do the same for by means of a slice. So, this is why an object with a copy of the original data is returned instead."
"i.e. a new object with a copy (remember, fancy indexing does not return views) of some elements of is created and returned prior to call <is there missing information here? which call?>."
''Hint: think in terms of the sequence of {{{getitem()}}} and {{{setitem()}}} calls and what they do on each example.'' Not sure if something else is meant with the triple braces.
Sorry I would put up a PR if I knew what info to fill in, but i'm learning now!
Metadata
Metadata
Assignees
Labels
No labels