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

Float column with NULLs interpreted as categorical #695

Open
ben-greenteg opened this issue Feb 21, 2024 · 1 comment
Open

Float column with NULLs interpreted as categorical #695

ben-greenteg opened this issue Feb 21, 2024 · 1 comment

Comments

@ben-greenteg
Copy link

Issue

When loading local .csv data, a column containing "floats and NULLs" was interpreted as categorical

default expected behavior

  • interpret as numerical

possible open questions

  • how to plot "numerical Nulls" (exclude by default from plots?)
@danmarshall
Copy link
Contributor

In the data browser tab, there is a Column Types button. We do have the ability to go from numeric -> categorical but not the other way around.

image

We do have some inference on the ColumnStats object, perhaps we could add hasNumeric.

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

2 participants