categorical-count-names
  • 27 Jul 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

categorical-count-names

  • Dark
    Light
  • PDF

Article summary

The categorical-count-names parser will load data from a column in a source data table and produce a numeric variable within a collection.

It inherits attributes and behaviors from its parent: abstract parser - column.

The categorical-count-names parser will count the number of different categorical variables seen in the column for each entity and produce a single numeric variable within a collection.

Example

{
  "parser_type": "categorical-count-names",
  "column": "cccc",
  "collection": "collection_name",
  "variable": "variable_name"
}

Was this article helpful?