EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
This function counts the number of rows in the aggregate group. The count of rows is independent of which column this function is applied to. Each column should return the same number of rows.
The count.
Variable | Type | Description |
---|---|---|
arg | FLOAT64 / INT64 / TIME64NS / BOOLEAN / STRING / UINT128 | The data on which to apply the function. |
df = df.agg(throughput_total=('latency_ms', px.count))