Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ackerleytng opened this issue Feb 16, 2019 · 0 comments
Open

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

ackerleytng opened this issue Feb 16, 2019 · 0 comments

Comments

@ackerleytng
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant