Enter search terms or a module, class or function name.
DataFrame.
select
Return data corresponding to axis labels matching criteria
DEPRECATED: use df.loc[df.index.map(crit)] to select via labels
crit : function
To be called on each index (label). Should return True or False
axis : int
selection : type of caller