zvt.api.stats.get_top_entities

zvt.api.stats.get_top_entities(data_schema: zvt.contract.schema.Mixin, column: str, start_timestamp=None, end_timestamp=None, pct=0.1, method: zvt.api.stats.WindowMethod = WindowMethod.change, return_type: Optional[zvt.api.stats.TopType] = None, kdata_filters=None, show_name=False, data_provider=None)

get top entities in specific domain between time range

Parameters
  • data_schema – schema in domain

  • column – schema column

  • start_timestamp

  • end_timestamp

  • pct – range (0,1]

  • method

  • return_type

  • entity_filters

  • kdata_filters

  • show_name – show entity name

Returns