How to convert string into float value in the dataframe

时间:2015-05-08 10:07:21

标签: python azure pandas azure-machine-learning-studio

We are facing an error when we have a column which have datatype as string and the value like col1 col2 1 .89

So, when we are using

[self.wormhole listenForMessageWithIdentifier:@"messageIdentifier" 
 listener:^(id messageObject) {
    // Do Something
}];

After this we are getting error as cannt convert non int into type float

0 个答案:

没有答案