teddy icon indicating copy to clipboard operation
teddy copied to clipboard

A data framework for Common Lisp

Results 3 teddy issues
Sort by recently updated
recently updated
newest added

teddy/data-frame:make-data-frame is not exported yet it is referred to in the readme by an exported symbol.

bug
good first issue

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...

enhancement
help wanted

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...