numerify
  • 27 Jul 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

numerify

  • Dark
    Light
  • PDF

Article summary

The numerify parser will process categorical values produced by an inner parser into a numeric variable within a collection.

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

The numerify parser is a utility wrapper that enables parsers which normally produce categorical variables to produce a numeric variable instead.

{
  "parser_type": "numerify", 
  "column": {
    "parser_type": "categorical",
    "column": "ccc1"
  },
  "collection": "collection_name",
  "collection": "variable_name"
}

Was this article helpful?