Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
DEPR: deprecate cols / change to subset in duplicated/drop_duplicates #6680
Comments
jreback
added this to the
0.14.0
milestone
Mar 21, 2014
jreback
added the
API Design
label
Mar 21, 2014
jreback
changed the title from
DEPR: change cols to subset in duplicated/drop_duplicates to DEPR: deprecate cols / change to subset in duplicated/drop_duplicates
Mar 21, 2014
jreback
added Deprecate and removed API Design
labels
Mar 21, 2014
This was referenced Mar 22, 2014
|
In working on this, the only unit tests I could find for duplicated where in pandas/tseries/tests/test_timeseries.py. Shouldn't there be some tests in pandas/tests/test_frame.py? Regardless, where would you like to see the unit test the verifies the warnings are errors are raised as expected? |
|
Also, can I please assigned to this so I can convert this issue into a pr? Thanks. |
|
go ahead hmm should be some tests for duplicated/drop_duplicates in test_frame if not prob just the underlying routines see tested pls add a suite of tests (including the depr warning tests) thanks |
|
closed by #6693 |
jreback
closed this
Mar 25, 2014
jreback
added a commit
to jreback/pandas
that referenced
this issue
Jan 28, 2016
|
|
jreback |
e3579a5
|
jreback
added a commit
that referenced
this issue
Jan 28, 2016
|
|
jreback |
bb94ebe
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jreback commentedMar 21, 2014
for consistency with
dropna(and also to not usecolswhich is being deprecated)related #6645