---
title: "numerify"
slug: "numerify-parser"
updated: 2022-07-27T17:29:13Z
published: 2022-07-27T17:29:13Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://code.tag.bio/llms.txt
> Use this file to discover all available pages before exploring further.

# numerify

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