-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
DEPR: .astype(..., categories=) #17636
Labels
Milestone
Comments
jreback
added
Categorical
Categorical Data Type
Deprecate
Functionality to remove in pandas
Difficulty Novice
labels
Sep 23, 2017
jreback
added a commit
to jreback/pandas
that referenced
this issue
Oct 2, 2017
jreback
added a commit
that referenced
this issue
Oct 3, 2017
jreback
added a commit
to jreback/pandas
that referenced
this issue
Oct 3, 2017
jreback
added a commit
that referenced
this issue
Oct 3, 2017
ghost
pushed a commit
to reef-technologies/pandas
that referenced
this issue
Oct 16, 2017
ghost
pushed a commit
to reef-technologies/pandas
that referenced
this issue
Oct 16, 2017
alanbato
pushed a commit
to alanbato/pandas
that referenced
this issue
Nov 10, 2017
alanbato
pushed a commit
to alanbato/pandas
that referenced
this issue
Nov 10, 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
now that we have a full-fledged
CategoricalDtype
, #16015, no need to acceptcategories=
in.astype()
let's deprecate in favor of using the
CDT
The text was updated successfully, but these errors were encountered: