Convert a string to int in the dataset

Then I'm guessing those are already strings, and using + concatenates them.
Convert to integers before adding, with int()

1 Like