How can i convert this data to numeric.
You want int("fff", 16) = 4095
int("fff", 16)
it’s working but integer is to long…is it safe?
In Python your integers can be as long as you want.