pandas.Index.slice_locs — pandas 0.18.1 documentation (original) (raw)

Parameters:

start : label, default None

If None, defaults to the beginning

end : label, default None

If None, defaults to the end

step : int, defaults None

If None, defaults to 1

kind : {‘ix’, ‘loc’, ‘getitem’} or None