groupby errors out #6674
Replies: 1 comment 2 replies
-
Are you using dask engine here? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm testing a new environment by running a .ipynb file that ran before without errors (but the modin version may have been slightly older). Now, my notebook errors out on the line (below) after 10 minutes.
df_by_quarter = df.groupby(['quarter']).sum().reset_index()
Is this a new bug caused by modin? If yes, I won't be able to open an issue because I don't have a reproducible example. But there are several issues about groupby.
Error Log
Installed Versions
INSTALLED VERSIONS
commit : 4c01f64
python : 3.10.11.final.0
python-bits : 64
OS : Windows
OS-release : 10
Version : 10.0.22621
machine : AMD64
processor : Intel64 Family 6 Model 151 Stepping 2, GenuineIntel
byteorder : little
LC_ALL : None
LANG : en_US.UTF-8
LOCALE : English_United States.1252
Modin dependencies
modin : 0.24.1
ray : None
dask : 2023.10.0
distributed : 2023.10.0
hdk : None
pandas dependencies
pandas : 2.1.1
numpy : 1.24.3
pytz : 2023.3
dateutil : 2.8.2
setuptools : 67.7.2
pip : 23.1.2
Cython : 0.29.35
pytest : None
hypothesis : None
sphinx : None
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : None
pymysql : None
psycopg2 : None
jinja2 : 3.1.2
IPython : 8.16.1
pandas_datareader : None
bs4 : None
bottleneck : None
dataframe-api-compat: None
fastparquet : None
fsspec : 2023.10.0
gcsfs : None
matplotlib : 3.7.3
numba : 0.57.0
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
pyarrow : 12.0.1
pyreadstat : None
pyxlsb : None
s3fs : None
scipy : 1.10.1
sqlalchemy : None
tables : None
tabulate : None
xarray : None
xlrd : None
zstandard : None
tzdata : 2023.3
qtpy : None
pyqt5 : None
Beta Was this translation helpful? Give feedback.
All reactions