Jun-08-2020, 10:45 AM
You can try and use str.replace() using lambda function to convert all "," to "." and then try the astype method.Here is an article that describes conversion from Strings to lists and might help you
Convert Strings to Floats
|
Jun-08-2020, 10:45 AM
You can try and use str.replace() using lambda function to convert all "," to "." and then try the astype method.Here is an article that describes conversion from Strings to lists and might help you
|
|
Messages In This Thread |
Convert Strings to Floats - by samalombo - May-28-2020, 05:36 PM
RE: Convert Strings to Floats - by michael1789 - May-29-2020, 12:34 AM
RE: Convert Strings to Floats - by hussainmujtaba - Jun-08-2020, 10:45 AM
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
convert a list of string+bytes into a list of strings (python 3) | pacscaloupsu | 4 | 13,219 |
Mar-17-2020, 07:21 AM Last Post: markfilan |