Skip to content

Commit

Permalink
Switch labeled -> sel in README per renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyer committed Jul 3, 2014
1 parent 70c19d9 commit e2be878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ makes many powerful array operations possible:

- Apply operations over dimensions by name: `x.sum('time')`.
- Select values by label instead of integer location: `x.loc['2014-01-01']`
or `x.labeled(time='2014-01-01')`.
or `x.sel(time='2014-01-01')`.
- Mathematical operations (e.g., `x - y`) vectorize across multiple
dimensions (known in numpy as "broadcasting") based on dimension names,
regardless of their original order.
Expand Down

0 comments on commit e2be878

Please sign in to comment.