tablefn
No description
Actions (9)
count-rows
Action
Count the number of rows in a table
create-table
Action
creates a new table
duplicate-rows
Action
Find rows with duplicate values in a column
each-row
Action
Get array of row indices for iteration
fill-column
Action
Fills all rows in a table column with the same value
has-row
Action
Check if a row exists at a specific index
merge-tables
Action
Merge multiple tables into one by combining rows
sort-table
Action
sorts your table data by any column you choose
unique-rows
Action
Get unique rows based on column value, removing duplicates