We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import pandas from pandas.tseries.offsets import * import datetime as dt d = dt.datetime(2013, 6, 28, 0, 0) d + BMonthEnd() datetime.datetime(2013, 7, 31, 0, 0) d = dt.datetime(2013, 6, 28, 12, 0) d + BMonthEnd() datetime.datetime(2013, 7, 31, 0, 0)
At noon on 6/28 end of business month is 23:59, not the start of the day... Bug, I think????
The text was updated successfully, but these errors were encountered:
isn't this a dup of #4069????
if you have an additional example, ps just add to that one...thanks
Sorry, something went wrong.
didnt see that #4069, was still open...sorry
No branches or pull requests
At noon on 6/28 end of business month is 23:59, not the start of the
day... Bug, I think????
The text was updated successfully, but these errors were encountered: