You’ll need to remove the commas from the string before doing float. You can do that with val.replace(',', '')
to replace all commas with an empty string
You’ll need to remove the commas from the string before doing float. You can do that with val.replace(',', '')
to replace all commas with an empty string