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 operations for Series with differents types #3702

Merged
merged 13 commits into from Jun 28, 2021

Conversation

elferherrera
Copy link
Contributor

Nushell only has either i64, bigint and decimal as primitive number. This was causing an issue with series because there are more types defined for polars series. This PR implements a series of castings that can be done based on the series dtype in order to allow computation or comparison with single values

@sophiajt
Copy link
Member

Looks good!

@sophiajt sophiajt merged commit 1d0483c into nushell:main Jun 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants