Skip to content

feat(series): implement abs, all, any, count, isin, and astype - #16

Merged
tswast merged 1 commit into
mainfrom
feat-series-methods
Sep 29, 2025
Merged

feat(series): implement abs, all, any, count, isin, and astype#16
tswast merged 1 commit into
mainfrom
feat-series-methods

Conversation

@tswast

@tswast tswast commented Sep 29, 2025

Copy link
Copy Markdown
Collaborator

Implements several new methods for the leanframe.core.series.Series class, including:

  • abs
  • all
  • any
  • count
  • isin
  • astype

Adds a convert_pandas_to_ibis helper function to support the astype implementation.

Includes unit tests for each of the new methods.

Implements several new methods for the `leanframe.core.series.Series` class, including:
- `abs`
- `all`
- `any`
- `count`
- `isin`
- `astype`

Adds a `convert_pandas_to_ibis` helper function to support the `astype` implementation.

Includes unit tests for each of the new methods.
@tswast
tswast merged commit c247320 into main Sep 29, 2025
6 checks passed
@tswast
tswast deleted the feat-series-methods branch September 29, 2025 15:08
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.

1 participant