---
title: "categorical-count-names"
slug: "categorical-count-names-parser"
updated: 2022-07-27T17:27:42Z
published: 2022-07-27T17:27:42Z
---

> ## 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.

# categorical-count-names

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