Class QuasiIdField (2.0.1)

QuasiIdField(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A quasi-identifier column has a custom_tag, used to know which column in the data corresponds to which column in the statistical model.

Attributes

NameDescription
field `.storage.FieldId`
Identifies the column.
custom_tag str
A auxiliary field.

Inheritance

builtins.object > proto.message.Message > QuasiIdField