- 
                Notifications
    
You must be signed in to change notification settings  - Fork 669
 
Open
Labels
P1Important tasks that we should complete soonImportant tasks that we should complete soonbug 🦗Something isn't workingSomething isn't workingpandas concordance 🐼Functionality that does not match pandasFunctionality that does not match pandas
Description
Modin version checks
- 
I have checked that this issue has not already been reported.
 - 
I have confirmed this bug exists on the latest released version of Modin.
 - 
I have confirmed this bug exists on the main branch of Modin. (In order to do this you can follow this guide.)
 
Reproducible Example
import modin.pandas as pd
df  = pd.DataFrame(dict(col1=[0], col2=[1]))
df.groupby("col1")["col2"].mean()Issue Description
The implementation assumes "col1" can be copied.
Expected Behavior
We should not make this assumption 😄
Error Logs
Replace this line with the error backtrace (if applicable).
Installed Versions
Replace this line with the output of pd.show_versions()
Metadata
Metadata
Assignees
Labels
P1Important tasks that we should complete soonImportant tasks that we should complete soonbug 🦗Something isn't workingSomething isn't workingpandas concordance 🐼Functionality that does not match pandasFunctionality that does not match pandas