Skip to content

Commit 799b979

Browse files
committed
Fix : removed na_action=ignore workaround for categorical data and import style
1 parent ea479b2 commit 799b979

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/apply.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
is_sequence,
4040
)
4141
from pandas.core.dtypes.dtypes import (
42-
CategoricalDtype,
4342
ExtensionDtype,
4443
)
4544
from pandas.core.dtypes.generic import (

0 commit comments

Comments
 (0)