Skip to content

Commit e08efdf

Browse files
Update skrub/_dataframe/_common.py
Co-authored-by: Jérôme Dockès <jerome@dockes.org>
1 parent e4a0e1e commit e08efdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skrub/_dataframe/_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def _to_pandas_polars(obj):
271271

272272

273273
@to_pandas.specialize("polars", argument_type="Column")
274-
def _to_pandas_polars(obj):
274+
def _to_pandas_polars_column(obj):
275275
"""Convert a polars Series to a pandas Series, through numpy when pyarrow is not
276276
installed."""
277277
try:

0 commit comments

Comments
 (0)