-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Noob Question #29
Comments
I don't think the package is supposed to be really usable with DataFrames yet. Though maybe have a look at https://github.com/davidagold/Collect.jl. |
I appreciate your interest, Alex! These packages (the present one and Collect.jl) are all works in progress. I'm hoping to release a version that is usable with |
Hi, Thanks. From what I read Julia has some problems with dealing with Nan values, but I am having trouble understanding what the actual problem is. For example,
I am not seeing the problem. Could you point me to a blog post or some information so I can understand why we need NullableArrays and other solutions to the "missing value" problem? Also, why have two separate packages Collect.jl and StructuredQueries.jl? |
Julia has no problems with |
Hi,
First I just want to say, coming from a "tidyverse/R" background, I love the idea of this package.
I am just starting to play in the world of julia so this is I think more of a general question than specifically about your package.
From what I can gather, this error is saying that collect() is not available in DataFrames and that an alternative is TablesDemo. So my question is how do I tell julia that I want to use the TablesDemo collect and not the DataFrames?
Thanks!
The text was updated successfully, but these errors were encountered: