arrow.variance_options
Module for [VarianceOptions] class
Types 3
Methods
VarianceOptions self()Returns `this`, for use in `with` statements.VarianceOptionsGidBuilder builder()Get builder for [arrow.variance_options.VarianceOptions] Returns: New builder objectvoid ddof(int propval) @propertySet `ddof` property. Params: propval = The Delta Degrees of Freedom (ddof) to be used.uint minCount() @propertyGet `minCount` property. Returns: If less than this many non-null values are observed, emit null.void minCount(uint propval) @propertySet `minCount` property. Params: propval = If less than this many non-null values are observed, emit null.void skipNulls(bool propval) @propertySet `skipNulls` property. Params: propval = Whether NULLs are skipped or not.Methods
T ddof(int propval)Set `ddof` property. Params: propval = The Delta Degrees of Freedom (ddof) to be used. Returns: Builder instance for fluent chainingT minCount(uint propval)Set `minCount` property. Params: propval = If less than this many non-null values are observed, emit null. Returns: Builder instance for fluent chainingT skipNulls(bool propval)Set `skipNulls` property. Params: propval = Whether NULLs are skipped or not. Returns: Builder instance for fluent chainingFluent builder for [arrow.variance_options.VarianceOptions]
Methods