EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Picks a value from the collection. No guarantees on which value is picked.
The a single record selected from the above val.
Variable | Type | Description |
---|---|---|
val | BOOLEAN / INT64 / FLOAT64 / TIME64NS / STRING / UINT128 | The data to select the value from. |
# Calculate any value from the collection.df = df.agg(latency_dist=('val', px.any))