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

Support more integer dtypes in Series #824

Merged
merged 22 commits into from
Jan 16, 2024

Conversation

philss
Copy link
Member

@philss philss commented Jan 16, 2024

This is the first part of the work I'm doing in #794

It supports the new signed and unsigned integer dtypes in operations for the Series module (and one small change in the DF). Mostly that we have here is regarding the "eager" implementation of a Series, although some bugs from the "lazy" series were solved as well.

I'm skipping the "pow/2" function because @billylanchantin is covering that in #821 :D

UPDATE 1: and Series.concat/2 is being tackled in #812 by @lkarthee :D

lib/explorer/series.ex Outdated Show resolved Hide resolved
Co-authored-by: Billy Lanchantin <william.lanchantin@cargosense.com>
lib/explorer/series.ex Outdated Show resolved Hide resolved
@philss philss merged commit e30207e into main Jan 16, 2024
4 checks passed
@philss philss deleted the ps-support-more-int-dtypes-series-ops branch January 16, 2024 21:23
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.

3 participants