Skip to content

Type inference gets override when metadata recomputed #42

@willeppy

Description

@willeppy

If have a nominal column then this operation will convert to quantitative

df["column"] * 100 # changes column to be quantitative

However if I reassign, then the default type inference is run again and Lux overrides our update

df["column"]  = df["column"] * 100 # metadata recomputed and therefore changed back to nominal

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