Skip to content
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

Casting columns #53

Open
datascienceit opened this issue Dec 1, 2017 · 2 comments
Open

Casting columns #53

datascienceit opened this issue Dec 1, 2017 · 2 comments

Comments

@datascienceit
Copy link

For example, using booleans as ints and vice versa

@maartenbreddels
Copy link
Member

df['x'] = dfx.astype('int32') should work, it does not support real dtypes yet, only string descriptions atm, will keep this open until fixed.

@JovanVeljanoski
Copy link
Member

I am gonna add another comment here to keep to 2-year step going! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants