You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maximum value (string to preserve precision for large integers and decimals)
mean
float
Arithmetic mean
min
str
Minimum value (string to preserve precision for large integers and decimals)
type
str
Example
fromhotdata.models.column_profile_detail_one_of2importColumnProfileDetailOneOf2# TODO update the JSON string belowjson="{}"# create an instance of ColumnProfileDetailOneOf2 from a JSON stringcolumn_profile_detail_one_of2_instance=ColumnProfileDetailOneOf2.from_json(json)
# print the JSON string representation of the objectprint(ColumnProfileDetailOneOf2.to_json())
# convert the object into a dictcolumn_profile_detail_one_of2_dict=column_profile_detail_one_of2_instance.to_dict()
# create an instance of ColumnProfileDetailOneOf2 from a dictcolumn_profile_detail_one_of2_from_dict=ColumnProfileDetailOneOf2.from_dict(column_profile_detail_one_of2_dict)