Config#
- class dataframely.Config(**options: Unpack[Options])[source]#
An object to track global configuration for operations in dataframely.
Attributes:
The currently valid config options.
Methods:
Restore the defaults of the configuration.
Set the maximum number of sampling iterations to use on
Schema.sample().- options: Options = {'max_sampling_iterations': 10000}#
The currently valid config options.
- static set_max_sampling_iterations(iterations: int) None[source]#
Set the maximum number of sampling iterations to use on
Schema.sample().