skrub-data / skrub

Prepping tables for machine learning

Home Page:https://skrub-data.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing polars support for joiner, fuzzy_join

TheooJ opened this issue · comments

Partially closing #769 for test_fuzzy_join.py and test_joiner.py

Added XFAIL_POLARS = ["joiner", "fuzzy_join"] in skrub.dataframe.tests.test_polars since joiner and fuzzy_join don't work with Polars inputs yet

The issue was that there is no reset_index in Polars