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
When dataframe size is small and is smaller than min_count parameter value for product it causes a lot of tests to fail. Pandas behaves quite strangely and Modin works differently.
Source code / logs
The text was updated successfully, but these errors were encountered:
I've found out that pandas have a strange output for product and sum only if numeric_only parameter specified or skipna=False, so I've changed modin behavior to it mirrors pandas in #1827 and also added test cases that were suggested by @gshimansky above
System information
Ubuntu 19.10
modin.__version__
):0.7.3+42.gc78828e.dirty
Python 3.7.5
Describe the problem
When dataframe size is small and is smaller than
min_count
parameter value forproduct
it causes a lot of tests to fail. Pandas behaves quite strangely and Modin works differently.Source code / logs
The text was updated successfully, but these errors were encountered: