Skip to content

ReduceDataOptions🔗

Constructor🔗

ReduceDataOptions()

Methods🔗

build🔗

Builds the object.

def build() -> common.ReduceDataOptions

calcs🔗

When !values, pick one value for the whole field

def calcs(calcs: list[str]) -> typing.Self

fields🔗

Which fields to show. By default this is only numeric fields

def fields(fields: str) -> typing.Self

limit🔗

if showing all values limit

def limit(limit: float) -> typing.Self

values🔗

If true show each row value

def values(values: bool) -> typing.Self

See also🔗