I have a list say:
['batting average', '306', 'ERA', '1710']
How can I convert the intended numbers without touching the strings?
Thank you for the help.
|
3
|
|
|
|
|
|
|
|||
|
|
Thanks for the help guys... I ended up using Alex's code |
||
|
|
|
Try this:
|
||
|
|
|
|
The data looks like you would know in which positions the numbers are supposed to be. In this case it's probably better to explicitly convert the data at these positions instead of just converting anything that looks like a number:
|
||
|