pandas.DatetimeIndex.slice_indexer
- 
DatetimeIndex.slice_indexer(start=None, end=None, step=None, kind=None)[source]
- 
Return indexer for specified label slice. Index.slice_indexer, customized to handle time slicing. In addition to functionality provided by Index.slice_indexer, does the following: - if both startandendare instances ofdatetime.time, it invokesindexer_between_time
- if startandendare both either string or None perform value-based selection in non-monotonic cases.
 
- if both 
    © 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
    https://pandas.pydata.org/pandas-docs/version/0.20.3/generated/pandas.DatetimeIndex.slice_indexer.html