-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: series offset artithmetic tests #34582
New issue
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
Conversation
…racting a series of DateOffsets to / from a series of Timestamps (test_series_add_daytime_offset, test_series_add_daytime_offset)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May also be worth adding tests for the Index cases mentioned in the issue if they don't exist already
… considering Index and DaytimeIndex. Included pd.offsets.MonthEnd() and pd.offsets.MonthStart() in offset Series.
…lefilter with @pytest.mark.filterwarnings.
@dsaxton / @jbrockmendel |
…series to box to also cover pd.DataFrame.
I'm stepping away for a little while, maybe @jorisvandenbossche or @TomAugspurger can take a look. |
On master I see a PerformancWarning with the original example. We'll need to make sure that doesn't leak through in the tests. |
is this still a draft? and can you address @TomAugspurger comment, e.g. we may want to see where the PerformanceWarning are coming from |
can u merge master and update |
closing as user is ghost |
…racting a series of DateOffsets to / from a series of Timestamps (test_series_add_daytime_offset, test_series_add_daytime_offset)
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff