When exporting a CSV in table generator, sometimes the verdicts will all be true. In that case instead of the string true, the boolean True is contained in the table, which when read using pandas makes the whole column of type boolean instead of type str. This makes it difficult to work with this in automated scripts.