Skip to content

Tablegenerator mixing booleans and strings in CSV's #1185

@marian-lingsch

Description

@marian-lingsch

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions