scipy / scipy-cookbook

Scipy Cookbook

Home Page:https://scipy-cookbook.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ackerleytng opened this issue · comments

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