ghollisjr / cl-ana

Free (GPL) Common Lisp data analysis library with emphasis on modularity and conceptual clarity.
GNU General Public License v3.0
197 stars 18 forks source link

Introduces a columnar-table table type #36

Closed kat-co closed 5 years ago

kat-co commented 5 years ago

This is a type which is useful for accessing tables which have been pivoted so that a rows values are stratified across all rows, and a column's values are accessible all from a single row.

Depends on #35