Skip to content

Commit

Permalink
Confirm that select was *not* clearer in 0.12 (#16878)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel authored and jreback committed Jul 11, 2017
1 parent f4b12d8 commit 114feb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2098,7 +2098,6 @@ def xs(self, key, axis=0, level=None, drop_level=True):

_xs = xs

# TODO: Check if this was clearer in 0.12
def select(self, crit, axis=0):
"""
Return data corresponding to axis labels matching criteria
Expand Down

0 comments on commit 114feb9

Please sign in to comment.