Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type inference gets override when metadata recomputed #42

Open
willeppy opened this issue Nov 28, 2021 · 1 comment
Open

Type inference gets override when metadata recomputed #42

willeppy opened this issue Nov 28, 2021 · 1 comment

Comments

@willeppy
Copy link
Member

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
@willeppy
Copy link
Member Author

I thought this was fixed by an earlier patch? @Acornagain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant