+1 vote
in Feature Engineering by
How do you handle mixed-type data types in Python?

1 Answer

0 votes
by

One way to handle mixed-type data is to use a library like pandas, which provides a number of functions for working with data of mixed type. Another way to handle mixed-type data is to convert it to a single data type, such as a string, before processing it.

...