Skip to content

Basket file is loaded as numeric. How can I make it load as categorical? #40

@glacorSoul

Description

@glacorSoul

I am loading a basket file into orange. This is the content of the file:

beer, milk
bread, butter
bread, butter, jelly
bread=2, butter
beer, bread

If I load this data orange loads the data as categorical as it should. As this is the datatype that allows the usage of associate rules.

categorical Data

If however I change milk to bread the data is no longer loaded as categorical.

beer, bread
bread, butter
bread, butter, jelly
bread=2, butter
beer, bread

numeric Data

Why is this? How can I can I load the data as categorical? Bear in mind that my real dataset has more than 100 columns.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions