You should first create a string from it, so something like this
valores=[str(i).replace(",","") for i in df["valores"].values]
CLICK HERE to find out more related problems solutions.
You should first create a string from it, so something like this
valores=[str(i).replace(",","") for i in df["valores"].values]
CLICK HERE to find out more related problems solutions.