Applicability of (data : ...) examples. #20
Unanswered
Vincent-de-Comarmond
asked this question in
Q&A
Replies: 1 comment
-
I think this is worth improving. The This is a good beginner issue. Is it something you're interested in working on? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
Firstly - thanks for the work. I appreciate it.
Secondly - I'm wondering about the
(data : ...)
examples in (see the Data Frame tutorial).Look at the following lines (in vgcars.lisp):
This means that the vgcars dataframe is loaded into the ls-user package (and not exported from it).
Which in turn means that if a user wants to create a system or package of their own and use
(lisp-stat:data : ...)
referring to the sample dataframe becomes very much non-transparent; the user has to do something like this:(lisp-stat:print-data ls-user::vgcars)
Does anybody feel like this is a situation worth improving?
Beta Was this translation helpful? Give feedback.
All reactions