Skip to content

Commit

Permalink
fix cum_sum
Browse files Browse the repository at this point in the history
  • Loading branch information
luke396 committed Dec 29, 2024
1 parent be4943d commit 6977f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion narwhals/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,7 @@ def cum_sum(self: Self, *, reverse: bool = False) -> Self:
reverse: reverse the operation
Returns:
A new Series with the cumulative sum of the values.
A new Series with the cumulative sum of non-null values.
Examples:
>>> import pandas as pd
Expand Down

0 comments on commit 6977f45

Please sign in to comment.