We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ed6ba commit c78f39fCopy full SHA for c78f39f
pandas/types/concat.py
@@ -240,7 +240,6 @@ def union_categoricals(to_union, sort_categories=False):
240
Emmpty list of categoricals passed
241
"""
242
from pandas import Index, Categorical
243
- from pandas.core.algorithms import take_1d
244
245
if len(to_union) == 0:
246
raise ValueError('No Categoricals to union')
0 commit comments