DEPR: some removals #12165

Closed
wants to merge 2 commits into
from

Conversation

Projects
None yet
2 participants
Contributor

jreback commented Jan 28, 2016

DEPR: Removal of cols keyword in favor of subset in DataFrame.duplicated() and DataFrame.drop_duplicates(), xref #6680

jreback added the Deprecate label Jan 28, 2016

jreback added this to the 0.18.0 milestone Jan 28, 2016

Contributor

jreback commented Jan 28, 2016

removing the float indexers change as it is a rabbit hole :) (meaning a different PR!)

jreback closed this in bb94ebe Jan 28, 2016

jsexauer referenced this pull request Jan 28, 2016

Open

DEPR: deprecations from prior versions #6581

0 of 51 tasks complete

@jorisvandenbossche jorisvandenbossche commented on the diff Jan 29, 2016

pandas/tslib.pyx
@@ -233,8 +233,6 @@ class Timestamp(_Timestamp):
Offset which Timestamp will have
tz : string, pytz.timezone, dateutil.tz.tzfile or None
Time zone for time which Timestamp will have.
- unit : string
- numpy unit used for conversion, if ts_input is int or float
@jorisvandenbossche

jorisvandenbossche Jan 29, 2016

Owner

Is there a reason you removed this?
As I think it is a valid kwarg?

In [155]: pd.Timestamp(5, unit='D')
Out[155]: Timestamp('1970-01-06 00:00:00')
@jreback

jreback Jan 29, 2016

Contributor

shoot, you are right. was looking at something else. will revert

jreback referenced this pull request Jul 24, 2016

Open

DEPR: deprecations log for removed issues #13777

65 of 65 tasks complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment