data-frame icon indicating copy to clipboard operation
data-frame copied to clipboard

Data frames for Common Lisp

Results 8 data-frame issues
Sort by recently updated
recently updated
newest added

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.

good first issue

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

good first issue

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

![image](https://user-images.githubusercontent.com/8326287/211300601-fff84944-930b-4453-b9a2-433bc8eb9f2e.png)

bug

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