data-frame
data-frame copied to clipboard
Data frames for Common Lisp
The method default-column-formats specializes on the class simple-array. According to the spec (http://clhs.lisp.se/Body/t_smp_ar.htm), simple-array is a type and not a class. An implementation may define it as a class, so...
`heuristicate-types` should be intelligent about recognizing date-time strings and replacing them with `local-time` objects. See https://github.com/dlowe-net/local-time.
There are a lot of ways to implement summary descriptive statistics. There is a [summary of some ways to do it with R](https://dabblingwithdata.wordpress.com/2018/01/02/my-favourite-r-package-for-summarising-data/) that might provide inspiration for Lisp-Stat summary...
Error: System "sb-cltl2" not found when loading Lisp-Stat into Allegro CL 10.1 (commercial version)
Seems to be an issue with data-frame. I get the error message: Error: System "sb-cltl2" not found. I was told this would be an easy fix. I hope so. I...

Hi again, What would be the proper way to append row(s) to a dataframe? For example, in Python/Pandas there exists the [append](https://pandas.pydata.org/pandas-docs/version/1.3/reference/api/pandas.DataFrame.append.html) operation and in R we have [similar](https://tibble.tidyverse.org/reference/add_row.html) Is...
Hi, In my application I would like to query a Postgres database using [postmodern](https://github.com/marijnh/Postmodern) and then perform some analysis with lisp-stat. `postmodern` returns data as a list of rows, each...
I've attempted to follow the tutorial for data-frame and had issues when installing the library via quickl-lisp: ~ sbcl --load quicklisp.lisp This is SBCL 2.4.6, an implementation of ANSI Common...