whylogs.core.statistics.schematracker
#
SchemaTracker ObjectsTrack information about a column's schema and present datatypes
#
Paramterstype_counts : dict If specified, a dictionary containing information about the counts of all data types.
#
trackTrack an item type
#
get_countReturn the count of a given item type
#
infer_typeGenerate a guess at what type the tracked values are.
#
Returnstype_guess : object
The guess tome. See InferredType.Type
for candidates
#
mergeMerge another schema tracker with this and return a new one. Does not alter this object.
#
Parametersother : SchemaTracker
#
Returnsmerged : SchemaTracker Merged tracker
#
copyReturn a copy of this tracker
#
to_protobufReturn the object serialized as a protobuf message
#
Returnsmessage : SchemaMessage
#
from_protobufLoad from a protobuf message
#
Returnsschema_tracker : SchemaTracker
#
to_summaryGenerate a summary of the statistics
#
Returnssummary : SchemaSummary Protobuf summary message.