-
Notifications
You must be signed in to change notification settings - Fork 55
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
NullableArrays
branch
#64
Comments
No and no as far as I know. I haven't done any work on this, yet. |
Ok. When I first started looking at this I thought that solving this would be unbelievably complicated, but @davidagold pointed me to some code he wrote which does some expression processing to include lifting operations. Hopefully it's adaptable to this case, I'll look at it... |
I have created my own implementation of I'm still not getting the same performance as I get when I avoid metaprogramming altogether, but I have mostly fixed the multiple-dispatch slowness issues which plague the most naive implementation of this, see my function I haven't looked into how difficult it is to generalize this to |
Hello all. I'm currently using the new
NullableArrays
version of DataFrames, and have sort of been putting off making my own fork of DataFramesMeta forNullableArrays
. For me personally, DataFramesMeta is by far the best solution for querying dataframes in most situations. Before I start work on a fork, has any work been done on this yet? Is there any roadmap for this? I don't see a branch or issue, so I assume the answer to both questions is no.The text was updated successfully, but these errors were encountered: