You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug
The merge call in the execute_aggregate function (lux -> executor -> PandasExecutor -> line 237) fails on pandas versions >1.4.4, which forces Lux to revert to pandas display and stops the widget from rendering. Guessing this has something to do with pandas 1.5.x changes to the groupby function.
Describe the Bug
The merge call in the execute_aggregate function (lux -> executor -> PandasExecutor -> line 237) fails on pandas versions >1.4.4, which forces Lux to revert to pandas display and stops the widget from rendering. Guessing this has something to do with pandas 1.5.x changes to the groupby function.
To Reproduce
Line that fails:
vis._vis_data = vis.data.merge(df,on=[columns[0], columns[1]],how="right",suffixes=["", "_right"],)
Screenshots
Debugging information
Package Versions
jupyter_client 7.3.5
jupyter_core 4.11.1
jupyter_server not installed
jupyterlab not installed
nbclient not installed
nbconvert 5.4.1
nbformat 5.5.0
notebook 6.4.12
qtconsole 5.3.2
traitlets 5.4.0
Widget Setup
✅ Jupyter Notebook Running
✅ luxwidget is enabled
The text was updated successfully, but these errors were encountered: