Closed s-leroux closed 7 months ago
Some table functions (like join()) require the table rows to be sorted. We could enforce that.
join()
Idea: when calling table.sort(), the Table instance could remember the key used so we could check that when required.
table.sort()
Starting with the v0.2.0 implementation, the index is an explicit property of the Serie class instances.
Serie
Some table functions (like
join()
) require the table rows to be sorted. We could enforce that.Idea: when calling
table.sort()
, the Table instance could remember the key used so we could check that when required.