Skip to content

feat: Implement sum, mean, min, max, std, and var Series methods - #15

Merged
tswast merged 1 commit into
mainfrom
feat/add-series-methods
Sep 22, 2025
Merged

feat: Implement sum, mean, min, max, std, and var Series methods#15
tswast merged 1 commit into
mainfrom
feat/add-series-methods

Conversation

@tswast

@tswast tswast commented Sep 18, 2025

Copy link
Copy Markdown
Collaborator

This commit implements the following methods for the leanframe.Series class:

  • sum()
  • mean()
  • min()
  • max()
  • std()
  • var()
  • __round__()

These methods delegate to the underlying Ibis column expressions. Unit tests have been added for each new method to ensure correctness.

This commit implements the following methods for the `leanframe.Series` class:
- `sum()`
- `mean()`
- `min()`
- `max()`
- `std()`
- `var()`
- `__round__()`

These methods delegate to the underlying Ibis column expressions. Unit tests have been added for each new method to ensure correctness.
@tswast
tswast merged commit 25f9f88 into main Sep 22, 2025
6 checks passed
@tswast
tswast deleted the feat/add-series-methods branch September 22, 2025 15:25
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