Table.Profile

構文

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

詳細

table 内の列のプロファイルを返します。

各列に対して次の情報が返されます (該当する場合)。

  • minimum
  • maximum
  • average
  • standard deviation
  • count
  • Null の数
  • 重複しない値の数