massung / tabular-asa

A column-oriented, dataframe implementation for Racket.
MIT License
17 stars 4 forks source link

table-read/sequence does not accept sequence of records #1

Closed samdphillips closed 5 months ago

samdphillips commented 2 years ago

According to the documentation table-read/sequence should accept a sequence of records.

> (table-read/sequence (list (hasheq 'a 1)))
../../../Library/Racket/snapshot/pkgs/tabular-asa/read.rkt:83:4: result arity mismatch;
 expected number of values not received
  expected: 1
  received: 2
massung commented 5 months ago

I know this is old @samdphillips. I had GitHub notifications muted for a long time. I'm making updates to tabular-asa now and will look at this and your table-groupby bug as well as see what I find.

massung commented 5 months ago

I have a fix for this. Adding tests.

massung commented 5 months ago

Fixed by f0c8790.