scipy-cookbook icon indicating copy to clipboard operation
scipy-cookbook copied to clipboard

Missing words in scipy-cookbook/ipython/ViewsVsCopies.ipynb

Open ackerleytng opened this issue 6 years ago • 0 comments
trafficstars

"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!

ackerleytng avatar Feb 16 '19 03:02 ackerleytng