module
headfake.fieldset
This package includes fieldset classes
Classes
Fieldset
— The basic Fieldset object which contains the fields and parameters for the data generation process.
class
headfake.fieldset.
Fieldset
(
fields
, **kwargs
)
The basic Fieldset object which contains the fields and parameters for the data generation process.
Methods
generate_data
(
num_rows
)
— Generates data based on the fields and parameters in this fieldset and return as a pandas dataframe
method
generate_data
(
num_rows
)
Generates data based on the fields and parameters in this fieldset and return as a pandas dataframe
Parameters
num_rows
— number of rows to generate
Returns
a pandas dataframe