Hi,
I'm trying to replace an item in a list I made with 0.
popdata[0][5].replace(0.02,0)
when I run this it gives me the error TypeError: expected a character buffer object. I was wondering what this error meant and how I would go about fixing it. Thanks!
Elise