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

Make it possible to convert column type #82

Open
mikusp opened this issue Oct 16, 2018 · 1 comment
Open

Make it possible to convert column type #82

mikusp opened this issue Oct 16, 2018 · 1 comment
Assignees
Labels
Category: Feature Request Requests for library features Priority: Medium Should be fixed in the next few sprints

Comments

@mikusp
Copy link

mikusp commented Oct 16, 2018

There is no simple way to change column type after it was read. I wanted to convert String column into Int column by calling _.toInt, but all my attempts failed.

@mikusp mikusp added Priority: Medium Should be fixed in the next few sprints T - Enhancement labels Oct 16, 2018
@mwu-tow mwu-tow added Category: Feature Request Requests for library features and removed T - Enhancement labels Oct 16, 2018
@Kesanov
Copy link

Kesanov commented Oct 19, 2018

Something like df . map 'column name' .toInt?

@sylwiabr sylwiabr removed their assignment Jul 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Feature Request Requests for library features Priority: Medium Should be fixed in the next few sprints
Projects
None yet
Development

No branches or pull requests

4 participants