You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jbrockmendel
added
Indexing
Related to indexing on series/frames, not to indexes themselves
and removed
Needs Triage
Issue that has not been reviewed by a pandas team member
labels
Jun 6, 2020
Problem description
Slicing a DataFrame with a datetime index by datetime results in a KeyError when the string contains microseconds.
df['2017-10-25T16:25:04.252':'2017-10-25T16:50:05.237']
I think that the function .parse_time_string in pandas._libs.tslibs.parsing.pyx is not supporting microseconds and returns
None
Output of
pd.show_versions()
pandas : 1.0.3
The text was updated successfully, but these errors were encountered: