You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
decide if we should use UInt32 instead of Int in GroupedDataFrame and joins when we are sure that there are less groups than UInt32 values. Also consider checking if grouped data frame is sorted before grouping
I am closing this as now the labeling of 1.0 milestone is precise enough to track it there. Essentially we only need some minor clean-ups before 1.0 release.
In this issue I will track and update things to finish for 1.0 release of DataFrames.jl.
Top priority:
combine
without transformations Disallowcombine
without any transformations #2633semijoin
andantijoin
still) Faster joins meta issue #2340stack
andunstack
Add more keyword arguments tostack
andunstack
#2422, Stacking multiple groups of columns #2414UInt32
instead ofInt
inGroupedDataFrame
and joins when we are sure that there are less groups thanUInt32
values. Also consider checking if grouped data frame is sorted before groupingNice to have:
GroupKey
comparisonsGroupKey
should be comparable between DataFrames #2639eachcol
Usage ofeachcol
seems to be a pun? #2636combine
andtransform
#2576PooledArrays
improvements Weird slowdowns when grouping on PooledArray #2564The text was updated successfully, but these errors were encountered: