convert_to_nums
Reference
The convert_to_nums
function takes in a list value and will convert any str numbers or lists that have numbers beside each other into a float
and replaces the str
value with the new float
.
Parameters
Will accept a list
or str
value.
Returns
Returns a list
.