Table.SplitAt
The function returns a list consisting of two tables: one table that includes the first N rows of the original table (determined by count) and another table containing the remaining rows. By enumerati...
The function returns a list consisting of two tables: one table that includes the first N rows of the original table (determined by count) and another table containing the remaining rows. By enumerating the tables in the resulting list exactly once and in sequential order, the function ensures that the original table is also enumerated only once.