I have a dataset where the columns are in int format but when I do data.columns.dtype it shows me dtype('O'). How can I change this to int?

后端 未结 0 1894
我寻月下人不归
我寻月下人不归 2021-02-07 09:13

As you can see the results of the code data.dtypes still indicates \'O\', which is Object while all the other columns are in INT.

Frequency_of_Isssuance_Statement         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题