Pandas get dummies() for numeric categorical data

后端 未结 2 1148
遥遥无期
遥遥无期 2021-01-13 01:25

I have 2 columns:

  • Sex (with categorical values of type string as \'male\' and \'female\')
  • Class (with categorical values of type integer as 1 to 10)
2条回答
提交回复
热议问题