BUG: date_range
ignores nanoseconds
component of DateOffset
frequency
#44393
Labels
date_range
ignores nanoseconds
component of DateOffset
frequency
#44393
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the master branch of pandas.
Reproducible Example
Issue Description
Greetings!
When specifying the frequency as a
DateOffset
object, Pandas seems to ignore the frequency entirely if it consists solely of ananoseconds
component:or, if it consists of multiple components, ignores the
nanoseconds
part:Expected Behavior
Installed Versions
Replace this line with the output of pd.show_versions()
The text was updated successfully, but these errors were encountered: