Skip to content

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

@ackerleytng

Description

@ackerleytng

"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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions