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

df.std() does not infer types of generated columns #727

Closed
Jolanrensen opened this issue Jun 6, 2024 · 0 comments · Fixed by #728
Closed

df.std() does not infer types of generated columns #727

Jolanrensen opened this issue Jun 6, 2024 · 0 comments · Fixed by #728
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Jolanrensen
Copy link
Collaborator

df.std() does not infer types of generated columns.

An example can be found in this notebook:
https://gist.github.com/Jolanrensen/c078d45c78ff7057598b40cb9c40b368

The standard deviation of Int columns results in a Double, but DataFrame assumes the type of columns stays the same after the operation.

Patching this fixes 7/15 tests in #713

@Jolanrensen Jolanrensen added the bug Something isn't working label Jun 6, 2024
@Jolanrensen Jolanrensen added this to the 0.14.0 milestone Jun 6, 2024
@Jolanrensen Jolanrensen self-assigned this Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant