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

categorical-count-values

  • Dark
    Light
  • PDF

Article summary

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

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

The categorical-count-values parser will create a numeric variable named after each distinct categorical value in a column. The values for each variable will be the number of times each categorical value was seen for each entity.

Example

{
  "parser_type": "categorical-count-values",
  "column": "cccc",
  "collection": "collection_name"
}

Was this article helpful?