Skip to content

Decide whether to use pandas categorical data types or stick with objects #120

Open
@joelostblom

Description

@joelostblom

The main benefit of the categorical data type over objects is in ordering and size comparisons. It is a best practice but it is unclear how much we will actually leverage any of the benefits in dsci100 or if it is just one more thing to learn. The next version of altair will likely inherent pandas categorical ordering when present, but I don't think anything in scikit learn respects it.

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