Return index locations of values at particular time of day.
Time passed in either as object (datetime.time) or as string in appropriate format (â%H:%Mâ, â%H%Mâ, â%I:%M%pâ, â%I%M%pâ, â%H:%M:%Sâ, â%H%M%Sâ, â%I:%M:%S%pâ, â%I%M%S%pâ).
Examples
>>> idx = pd.DatetimeIndex(["1/1/2020 10:00", "2/1/2020 11:00", ... "3/1/2020 10:00"]) >>> idx.indexer_at_time("10:00") array([0, 2])
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4