From 41658c0cb4b5364fc5d89b97caf6c2ec0e37a64f Mon Sep 17 00:00:00 2001 From: Brock Mendel Date: Mon, 10 Jul 2017 14:34:28 -0700 Subject: [PATCH] Confirm that select was *not* clearer in 0.12 It was nearly identical. docstring was exactly identical. Only change in code is using _get_axis_number in newer version. This is based on comparison against 0.12.0 found https://pypi.python.org/pypi/pandas/0.12.0/#downloads --- pandas/core/generic.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pandas/core/generic.py b/pandas/core/generic.py index 7d1a8adf381fe..5722539b87aec 100644 --- a/pandas/core/generic.py +++ b/pandas/core/generic.py @@ -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