Table.Profile

Syntax

Table.Profile(table as table, optional additionalAggregates as nullable list) as table

About

返回列的 table配置文件。

将为每个列返回以下信息(如果适用):

  • minimum
  • maximum
  • 平均
  • 标准偏差
  • 计数
  • null 计数
  • 非重复计数