Create new rows in your dataset
newRows | amount |
---|---|
1 | 300 |
2 | 300 |
3 | 300 |
id | amount | row_number |
---|---|---|
1 | 300 | 1 |
2 | 300 | 1 |
2 | 300 | 2 |
3 | 300 | 1 |
3 | 300 | 2 |
3 | 300 | 3 |
id | amount | row_number | disaggregated_amount |
---|---|---|---|
1 | 300 | 1 | 300 |
2 | 300 | 1 | 150 |
2 | 300 | 2 | 150 |
3 | 300 | 1 | 100 |
3 | 300 | 2 | 100 |
3 | 300 | 3 | 100 |
Select column with number of rows to create
Optional: Select column(s) to disaggregate