Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengruifeng committed Nov 20, 2023
1 parent 568ab8e commit 516316c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/pandas/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -6982,7 +6982,7 @@ def _cumprod(self, skipna: bool, part_cols: Sequence["ColumnOrName"] = ()) -> "S
psser.spark.data_type.simpleString(),
)
)
return psser._cum(lambda c: SF.product(c, True), skipna, part_cols)
return psser._cum(lambda c: SF.product(c, skipna), skipna, part_cols)

# ----------------------------------------------------------------------
# Accessor Methods
Expand Down

0 comments on commit 516316c

Please sign in to comment.