You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The key thing is to (shallow) copy the underlying dataset before making any changes. The shallow copy is probably OK here -- modifying dimensions and coordinates is unlikely to be done in any inner loops.
The text was updated successfully, but these errors were encountered:
shoyer
changed the title
Support modifying DataArray dimensions and indexes in-place
Support modifying DataArray dimensions and coordinates in-place
Jul 15, 2014
* why hierarchical data
* add hierarchical data page to index
* Simpsons family tree
* evolutionary tree
* WIP rearrangement of creating trees
* fixed examples in data structures page
* dict-like navigation
* filesystem-like paths explained
* split PR into parts
* plan
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix ipython bug
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* filter simpsons family tree by age
* use new filter method
* test about filter
* simple example of mapping over a subtree
* ideas for docs on iterating over trees
* add section on iterating over subtree
* text to accompany Simpsons family aging example
* add voltage dataset
* RMS as example of mapping custom computation
* isomorphism
* P=IV example of binary multiplication
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* remove unfinished sections
* fix
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* whatsnew
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
The key thing is to (shallow) copy the underlying
dataset
before making any changes. The shallow copy is probably OK here -- modifying dimensions and coordinates is unlikely to be done in any inner loops.The text was updated successfully, but these errors were encountered: