Lisp-Stat / data-frame

Data frames for Common Lisp
https://lisp-stat.github.io/data-frame
Microsoft Public License
28 stars 4 forks source link

Data Frame 'Summary' function Error #11

Closed JARS3N closed 2 years ago

JARS3N commented 2 years ago

in https://lisp-stat.dev/docs/getting-started/data-frame/ documentation

(asdf:load-system :lisp-stat) (in-package :ls-user) (defdf mtcars (read-csv rdata:mtcars)) (summary mtcars)

`The value

(21 21 22.8d0 21.4d0 18.7d0 18.1d0 14.3d0 24.4d0 22.8d0

19.2d0 17.8d0 16.4d0 17.3d0 15.2d0 10.4d0 10.4d0 14.7d0
32.4d0 30.4d0 33.9d0 21.5d0 15.5d0 15.2d0 13.3d0 19.2d0
27.3d0 26 30.4d0 15.8d0 19.7d0 15 21.4d0)

is not of type SYMBOL [Condition of type TYPE-ERROR]

Restarts: 0: [RETRY] Retry SLIME REPL evaluation request. 1: [*ABORT] Return to SLIME's top level. 2: [ABORT] abort thread (#<THREAD "new-repl-thread" RUNNING {2511E8F9}>)

Backtrace: 0: (DATA-FRAME::SUMMARIZE-GENERIC-VARIABLE #(21 21 22.8d0 21.4d0 18.7d0 18.1d0 ...)) 1: ((:METHOD SUMMARY (DATA-FRAME)) #<DATA-FRAME MTCARS (32 observations of 12 variables)> #<SYNONYM-STREAM :SYMBOL SWANK::CURRENT-STANDARD-OUTPUT {23A70B79}>) [fast-method] 2: (SB-INT:SIMPLE-EVAL-IN-LEXENV (SUMMARY MTCARS) #) 3: (EVAL (SUMMARY MTCARS)) --more-- `

Symbolics commented 2 years ago

This is caused by the same issue as Lisp-Stat/data-frame#10, so we'll call it a duplicate, close this and handle it there.

Symbolics commented 2 years ago

This is not caused by the same issue. Reopening.