The Remove Row tool lets you delete a specific row from your dataset by providing its index. This is particularly useful for cleaning up bad data, removing duplicates, or excluding rows that are no longer relevant.
0 for the first row after the header).Original dataset
ID | Name | Age
-- | ------ | ---
1 | Alice | 30
2 | Bob | 25
3 | Carol | 28
Row removed: 1 (Bob)
Resulting dataset
ID | Name | Age
-- | ------ | ---
1 | Alice | 30
3 | Carol | 28
Get familiar with Workspaces in Gridscript.
Learn how to visualize your data with Gridscript charts.