arkouda
arkouda copied to clipboard
change the name of the class dataframe.GroupBy to dataframe.DataFrameGroupBy to match pandas
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.