EXPAND ALL
  • Home

has_service_id

Checks to see if a given service ID is present. Can include matching an individual service ID, or checking against a list of service IDs.

Returns: BOOLEAN

True if value is present in service_id, otherwise false

Arguments

VariableTypeDescription
service_idSTRINGThe service ID to check
valueSTRINGThe value to check for in service

Examples:

df = df[px.has_service_id(df.ctx["service_id"], "c5f103ab-349e-49e4-8162-3b74f2c07693")]
This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.