raulcd commented on code in PR #45762:
URL: https://github.com/apache/arrow/pull/45762#discussion_r2000549752
##########
python/pyarrow/_compute.pyx:
##########
@@ -1920,11 +1920,14 @@ class SkewOptions(_SkewOptions):
Parameters
----------
{_skip_nulls_doc()}
+ biased : bool, default True
+ Whether the calculated value is biased.
+ If False, the value computed includes a corrections factor to reduce
bias.
Review Comment:
oops, that was a typo :) thanks
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]