RogerKrowiak

RogerKrowiak t1_j6diy8w wrote

I have a very basic question. If I have two columns of data:

"Students": ["John", "John", "Roger", "Eve", "John"]
"Sex": ["M", "M", "M", "F", "M"]

can I use different encoding for each column? E.g. frequency encoding for students and binary for sex?Thank you for your answer. If you have tip for basic readings on this, it would be appreciated.

1