Feature Type
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