From 67829babb9c9f7970c004a63f07add35b5585015 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Mon, 21 Dec 2009 13:02:33 +0100 Subject: [PATCH] export filename.dsv->dataframe in the right place. Signed-off-by: AJ Rossini --- examples/loading-data.lisp | 4 ++-- src/packages.lisp | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/loading-data.lisp b/examples/loading-data.lisp index 0a64ccc..63b8419 100644 --- a/examples/loading-data.lisp +++ b/examples/loading-data.lisp @@ -1,6 +1,6 @@ ;;; -*- mode: lisp -*- -;;; Time-stamp: <2009-12-20 22:31:25 tony> +;;; Time-stamp: <2009-12-21 12:29:49 tony> ;;; Creation: <2009-03-12 17:14:56 tony> ;;; File: template.lisp ;;; Author: AJ Rossini @@ -103,7 +103,7 @@ return a pathspec, not a string/namespec" *test-df* - (defparameter *testdf-2* (filename->dataframe (localized-pathto "Data/R-chickwts.csv"))) + (defparameter *testdf-2* (filename.dsv->dataframe (localized-pathto "Data/R-chickwts.csv"))) ;; *testdf-2* ) diff --git a/src/packages.lisp b/src/packages.lisp index d363136..3631047 100644 --- a/src/packages.lisp +++ b/src/packages.lisp @@ -1,6 +1,6 @@ ;;; -*- mode: lisp -*- -;;; Time-stamp: <2009-12-20 22:13:48 tony> +;;; Time-stamp: <2009-12-21 12:41:03 tony> ;;; Creation: <2008-03-11 19:18:34 user> ;;; File: packages.lisp ;;; Author: AJ Rossini @@ -181,7 +181,8 @@ (:shadowing-import-from :xarray slice) (:export listoflist->dataframe listoflist->array - listoflist->matrix-like)) + listoflist->matrix-like + filename.dsv->dataframe)) (defpackage :cls-dataimport (:documentation "Data I/O and similar import technologies.") -- 2.11.4.GIT