modin-project / modin

Modin: Scale your Pandas workflows by changing a single line of code

Home Page:http://modin.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recheck that all methods with `numeric_only=True` works correctly

anmyachev opened this issue · comments

pd.DataFrame([['a', 'b', 1]]).idxmin(numeric_only=True) failed with Internal and external indices on axis 0 do not match.