Skip to content

Commit ff01048

Browse files
committed
remove comment about use of _get_dummies_1d
1 parent 1f98233 commit ff01048

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/core/arrays/categorical.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -577,8 +577,6 @@ def get_dummies(
577577
1 0.0 1.0 0.0
578578
2 0.0 0.0 1.0
579579
"""
580-
# Would be better to use pandas.core.reshape.reshape._get_dummies_1d
581-
# but that's internal and fails lints
582580
from pandas import get_dummies
583581

584582
return get_dummies(

0 commit comments

Comments
 (0)