Use the RowDistributor gem to create multiple DataFrames based on provided filter conditions from an input DataFrame. This is useful for cases where rows from the input DataFrame needs to be distributed into multiple DataFrames in different ways for downstream gems.Documentation Index
Fetch the complete documentation index at: https://docs.prophecy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Parameter | Description | Required |
|---|---|---|
| DataFrame | Input DataFrame for which rows needs to be distributed into multiple DataFrames | True |
| Filter Conditions | Boolean Type column or boolean expression for each output tab. Supports SQL, Python and Scala expressions | True |
Example

Number of outputs can be changed as needed by clicking the
+ button.
