Issue passing a Timestamp to Series.between_time() #12680
Labels
Datetime
Datetime data dtype
Duplicate Report
Duplicate issue or pull request
Indexing
Related to indexing on series/frames, not to indexes themselves
Usage Question
Hi,
I have an issue with passing pandas.Timestamp objects as arguments to pandas.Series.between_time(start, end).
It appears that pandas.tseries.index.DatetimeIndex.indexer_between_time() tries to convert start_time and end_time arguments as strings.
The following lines give a temporary fix:
Thanks,
Simon
The text was updated successfully, but these errors were encountered: