EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
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.
True if value is present in service_id, otherwise false
Variable | Type | Description |
---|---|---|
service_id | STRING | The service ID to check |
value | STRING | The value to check for in service |
df = df[px.has_service_id(df.ctx["service_id"], "c5f103ab-349e-49e4-8162-3b74f2c07693")]