UniqueIdGenerator#
- class caf.toolkit.pandas_utils.random.UniqueIdGenerator(name, length, starting_val=0)[source]#
Generates a set of unique ID.
Attributes
Starting value for ID.
Name to be used as resultant series label.
Number of rows to create.
Methods
__init__
(name, length[, starting_val])generate
(generator)Generate data using the generator provided and specifications define in the attributes.
Attributes Documentation