EXPAND ALL
  • Home

any

Picks a value from the collection. No guarantees on which value is picked.

Returns: BOOLEAN

The a single record selected from the above val.

Arguments

VariableTypeDescription
valBOOLEAN / INT64 / FLOAT64 / TIME64NS / STRING / UINT128The data to select the value from.

Examples:

# Calculate any value from the collection.
df = df.agg(latency_dist=('val', px.any))
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.