BUG: Repeated key words on datetime indexing methods (_parsed_string_to_bounds()) #39503
Closed
3 tasks done
Labels
Milestone
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
(optional) I have confirmed this bug exists on the master branch of pandas.
Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.
Readed! I will know for next time
Code Sample, a copy-pastable example
Problem description
There are two repeated keywords on the master/pandas/core/indexes/datetimes.py#L560 and #L561.
I closed the issue #38121, as it is working fine, but as said, there are repeated keywords.
it should be:
Reference here:
pandas/pandas/core/indexes/datetimes.py
Lines 560 to 561 in 0b16fb3
Expected Output
Output of
pd.show_versions()
There is no need for versions. Pandas code in this case is fine. Just two repeated lines.
The text was updated successfully, but these errors were encountered: