altair.JoinAggregateTransform#
- class altair.JoinAggregateTransform(joinaggregate=Undefined, groupby=Undefined, **kwds)#
JoinAggregateTransform 模式包装器。
- 参数:
- joinaggregateSequence[dict,
JoinAggregateFieldDef
] 联接聚合中字段的定义,以及要使用的计算。
- groupbySequence[str,
FieldName
] 用于将数据对象分区的字段。如果未指定,所有数据点将分组到一个组中。
- joinaggregateSequence[dict,
- __init__(joinaggregate=Undefined, groupby=Undefined, **kwds)#
方法
__init__
([joinaggregate, groupby])copy
([deep, ignore])返回对象的副本。
from_dict
(dct[, validate])从字典表示构造类。
from_json
(json_string[, validate])从有效的 JSON 字符串实例化对象。
resolve_references
([schema])在此对象的模式或根模式的上下文中解析引用。
to_dict
([validate, ignore, context])返回对象的字典表示。
to_json
([validate, indent, sort_keys, ...])将此对象的 JSON 表示形式输出为字符串。
validate
(instance[, schema])在根模式的上下文中针对类模式验证实例。
validate_property
(name, value[, schema])在根模式的上下文中针对属性模式验证属性。