categorical-count-names

Prev Next

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"
}