I suspect that your regexp contains other things than numbers. And that is why it can't be converted. You need to debug the regexp.
The series index is a float, not an integer. That is so you can specify decimal values like 1.40, if you wish. But you can also specify 1 or 2. Will automatically be converted to 1.00 and 2.00.
|