# CountA

Counts non-missing values in the column

```mathematica
CountA(column1) → 68
CountA(column2) → 30
```

#### Inputs

`CountA(column)`

* `column` - A column to count non-missing values for
