EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Filters for the rows in the DataFrame that match the boolean condition. Will error out if you don't pass in a boolean expression. The functions available are defined in UDFs.
Name | Type | Description |
---|---|---|
key | ScalarExpression | DataFrame expression that evaluates to a bool. Filter keeps any row that causes the expression to evaluate to True. |