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: some removals #12165
Conversation
jreback
added the
Deprecate
label
Jan 28, 2016
jreback
added this to the
0.18.0
milestone
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
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
Owner
|
jreback
referenced
this pull request
Jul 24, 2016
Open
DEPR: deprecations log for removed issues #13777
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jreback commentedJan 28, 2016
DEPR: Removal of cols keyword in favor of subset in DataFrame.duplicated() and DataFrame.drop_duplicates(), xref #6680