In the image above, I am attempting to change the string "200,000.00" to an string "200000.00". As you can see from the image above, I successfully changed the value string but it didn't update in my data frame. Why is this the case?
I expect that when I return data
the values in the data frame will be updated.