Error trying to coerce value with system.dataset.setValue

As @Transistor hinted at, the type of column nitro_enable is numeric. So if you want to convert it you will need to either rebuild the dataset with the system.dataset.* functions, or the DatasetBuilder class.

For reference see:

1 Like