EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
A boolean of whether the first string contains the second string.
Variable | Type | Description |
---|---|---|
arg1 | STRING | The string that should contain the second string. |
arg2 | STRING | The string that should be contained in the first string. |
matching_df = matching_df[px.contains(matching_df.svc_names, 'my_svc')]