Config#

class dataframely.Config(**options: Unpack[Options])[source]#

An object to track global configuration for operations in dataframely.

Attributes:

options

The currently valid config options.

Methods:

restore_defaults

Restore the defaults of the configuration.

set_max_sampling_iterations

Set the maximum number of sampling iterations to use on Schema.sample().

options: Options = {'max_sampling_iterations': 10000}#

The currently valid config options.

static restore_defaults() None[source]#

Restore the defaults of the configuration.

static set_max_sampling_iterations(iterations: int) None[source]#

Set the maximum number of sampling iterations to use on Schema.sample().