invalid literal for int() with base 10: '1.723.337' pandas code example
Example: invalid literal for int() with base 10 python
#The Python ValueError: invalid literal for int() with base 10 error
# is raised when you try to convert a string value that is not formatted
# as an integer. like a = "name" to int(a)