I have one simple question about types of data in Pandas DataFrame:
A column which has values like:
1,
22,
56,
66
is a numerical values column.
What is a type of values in column which has values like this:
radio,
TV,
Car
and so on ?