-
Notifications
You must be signed in to change notification settings - Fork 368
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
Bk/clean exports #2720
Bk/clean exports #2720
Conversation
src/other/precompile.jl
Outdated
combine(groupby(DataFrame(v1=Int[]), :v1), identity, :v1 => sum) | ||
innerjoin(DataFrame(v1=Int[]), DataFrame(v1=Int[]), on=:v1) | ||
outerjoin(DataFrame(v1=Int[]), DataFrame(v1=Int[]), on=:v1) | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you do this, maybe also include a String
and a PooledArray{String}
column? Could also use e.g. :v1 => identity
to cover the fallback.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went for an almost full sweep then.
Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr>
No description provided.