I have a df called df.
我有一个名为df的df。
I want to convert the last 10 columns of this dataframe from string type to integers. How can I do this the pythonic way?I want
I have a df called df.
我有一个名为df的df。
I want to convert the last 10 columns of this dataframe from string type to integers. How can I do this the pythonic way?I want