Skip to content

Parser does not cover all cases #1

@light-weaver

Description

@light-weaver

elif textlist not in self.operator_map:

You cover cases where the input is either a list or not a list. Then you assume that if the input is not a list, it must be a column name. That may not be true. The input may just be a constant ("pi", "e", "10.5", etc.). Handle that case as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions