Posts by GabrielGomes • 21 points
1 post
-
2
votes1
answer988
viewsQ: Python - invalid literal for float()
I have an array that looks like this training_set = [['03/11/2017' '16,94'] ['01/11/2017' '16,90'] ['31/10/2017' '16,77'] ... However, I cannot manipulate the numbers because they are in the form of…