-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
DOC: update docs for .astype with dict #14761
Comments
I'm willing to do this. I'm assuming that the next major release is 0.20.0. If
I intend to replace the existing section see Convert a subset of columns to a specified type using astype()
With the following: Convert a subset of columns to a specified type by passing a dictionary,
Just to confirm, this enhancement maps a column name to a desired data type for Cheers Michael. |
…v#14761 Updating documentation to reflect change
…#14761) (pandas-dev#14837) Document feature which was already added in 0.19..0
in #13375 added dict argument to .astype
need to add a doc examp:
http://pandas.pydata.org/pandas-docs/stable/basics.html#
add versionadded tag to .astype docstring (0.19.0)
The text was updated successfully, but these errors were encountered: