-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: full dtype tests for .drop_duplicates and .duplicated #15752
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
Labels
Dtype Conversions
Unexpected or buggy dtype conversions
duplicated
duplicated, drop_duplicates
Needs Tests
Unit test(s) needed to prevent regressions
Comments
Hi, could someone take a look at the test cases added in PR 17974? The test cases are for Series. If they are OK, I'll do the same to the remaining tests. |
jreback
pushed a commit
that referenced
this issue
Oct 31, 2017
GuessWhoSamFoo
pushed a commit
to GuessWhoSamFoo/pandas
that referenced
this issue
Nov 1, 2017
jreback
pushed a commit
that referenced
this issue
Nov 6, 2017
No-Stream
pushed a commit
to No-Stream/pandas
that referenced
this issue
Nov 28, 2017
No-Stream
pushed a commit
to No-Stream/pandas
that referenced
this issue
Nov 28, 2017
3 tasks
I think we have testing for this now so closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Dtype Conversions
Unexpected or buggy dtype conversions
duplicated
duplicated, drop_duplicates
Needs Tests
Unit test(s) needed to prevent regressions
#15738 (comment)
xref #15738
we exercise tests for
.drop_duplicates
&.duplicated
in various placespandas/tests/series/test_analytics.py
pandas/test/frame/test_analytics.py
pandas/tests/test_base.py
datetimes
->pandas/tests//indexes/datetimes/test_ops.py
period
->pandas/tests//indexes/period/test_ops.py
categorical
->pandas/tests//test_categorical.py
timedelta
->pandas/tests//indexes/timedeltas/test_ops.py
I think we are a little light on the
categorical
ones (esp need to exercise with categories of int, datetime, timedelta, bool)bool
and a battery that covers allint
&uint
&float
would be nice as well.could certainly take multiple PR's to close this issue (if multiple people want to do this).
The text was updated successfully, but these errors were encountered: