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
This has nothing to do with column/row-based. Even simple functions that just counts occurrences are slower than DataFrames.groupby, both from StatsBase or manually using a Dict:
Speed improvements would be nice, but I personally don't have near-term plans to work on them – for my usecases, anything "asymptotically fast" is enough.
DF.jl grouping is faster. Maybe it does column-oriented instead of rows or something, I think you mentioned an Accessors.jl way to do column ops?
The text was updated successfully, but these errors were encountered: