From 812ba9d331c34f516b5c74a00dd5e5dd09466a3c Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Thu, 18 Jun 2009 18:46:05 +0200 Subject: [PATCH] fix errors in conversion when reading in a CSV file into a dataframe. Signed-off-by: AJ Rossini --- ls-demo.lisp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ls-demo.lisp b/ls-demo.lisp index 622178c..3e28eb1 100644 --- a/ls-demo.lisp +++ b/ls-demo.lisp @@ -3,7 +3,7 @@ ;;; See COPYRIGHT file for any additional restrictions (BSD license). ;;; Since 1991, ANSI was finally finished. Edited for ANSI Common Lisp. -;;; Time-stamp: <2009-06-08 09:20:26 tony> +;;; Time-stamp: <2009-06-15 08:15:54 tony> ;;; Creation: sometime in 2006... ;;; File: ls-demo.lisp ;;; Author: AJ Rossini @@ -101,9 +101,8 @@ (make-instance 'dataframe-array :storage (listoflist->array - (transpose-listoflist (rsm.string:file->string-table - (localized-pathto "Data/example-mixed.csv")))) + (localized-pathto "Data/example-mixed.csv"))) :doc "This is an interesting dataframe-array")) ;; *my-df-2* -- 2.11.4.GIT