arkouda icon indicating copy to clipboard operation
arkouda copied to clipboard

change the name of the class dataframe.GroupBy to dataframe.DataFrameGroupBy to match pandas

Open ajpotts opened this issue 1 year ago • 0 comments

Change the name of the class dataframe.GroupBy to dataframe.DataFrameGroupBy to match pandas: https://pandas.pydata.org/docs/reference/groupby.html

This will help align to pandas better and also help avoid import collisions in certain situations.

ajpotts avatar Feb 05 '24 16:02 ajpotts