-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Closed
Labels
EnhancementReshapingConcat, Merge/Join, Stack/Unstack, ExplodeConcat, Merge/Join, Stack/Unstack, Explode
Description
Feature Type
-
Adding new functionality to pandas
-
Changing existing functionality in pandas
-
Removing existing functionality in pandas
Problem Description
When I use a melt in my script, I always have to retype manually the "variable" column to string.
Feature Description
A column name is always a string so it would make sense to cast it directly to the good dtype by default, here a string.
Alternative Solutions
The one I'm doing today : manually set the variable column to string
Additional Context
No response
Metadata
Metadata
Assignees
Labels
EnhancementReshapingConcat, Merge/Join, Stack/Unstack, ExplodeConcat, Merge/Join, Stack/Unstack, Explode