JuliaData / DataFrames.jl

In-memory tabular data in Julia
https://dataframes.juliadata.org/stable/
Other
1.71k stars 360 forks source link

Import groupby from DataAPI, remove by and aggregate #3422

Closed bkamins closed 5 months ago

bkamins commented 5 months ago

This PR synchronizes with DataAPI.jl 1.16 release + removes by and aggregate which were long deprecated and since they are common names it is preferable not to export them.

bkamins commented 5 months ago

Thank you!