idc04=[int(i) for i in dc04]
The dc04 is a list with str entries and the values are in the form of 2,234,975 etc. I wanted to convert the entire list in the int or float format but the values seem too big for the data type. Since double cannot be used here, what should I do?