teddy
teddy copied to clipboard
A data framework for Common Lisp
teddy/data-frame:make-data-frame is not exported yet it is referred to in the readme by an exported symbol.
The following throws an error that 0 is not a single-float: ``` (TEDDY/DATA-FRAME::MAKE-DATA-FRAME '("subject" "time" "conc") :ROWS '(("1" 0.5 0.94) ("1" 0 0.78))) ``` Perhaps we should be a bit...
Hi, I would like to propose a possible interface to implement data manipulation. My goal is to start a conversation to take steps forward to improve working with data in...