-
Notifications
You must be signed in to change notification settings - Fork 13
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
Deprecate All
#27
Comments
Actually @nalimilan - are you OK to deprecate |
The issue is that JuliaDB.jl would have to sync with this. CC @piever |
Yes, this is the last chance to deprecate it (in DataFrames before 1.0). |
For me to understand, the key idea is that On top of that, In terms of what's breaking though, I would argue that adding this depwarn to DataAPI is breaking, as it would cause a nonsensical warning on older versions of packages that implement |
This is the plan.
Yes
You do not have to support it, but it feels natural to allow |
Well, if we do not support it, then My only doubt is whether it is sufficiently universal that I don't have a clear view on this, but I can open an issue about it in IndexedTables to see what the current maintainers think (I haven't touched it while). |
I am OK to leave |
I'd be inclined to wait a bit to see what happens in IndexedTables. It would be simpler to fully deprecate |
Fortunately this does not affect DataFrames.jl very much 😄. |
Maybe I'm missing something but there seems to be support in
All
toUnion
, or toCols
? #16for deprecating
All
in favor ofCols
.Cols()
: No columnsCols(:)
All columnsThis is so easy with
Cols
that there is no need forAll()
.We should deprecate
All
.The text was updated successfully, but these errors were encountered: