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

Add MissingValues option to Infer and InferImplicitCasting #40

Open
danielfireman opened this issue Sep 14, 2017 · 0 comments
Open

Add MissingValues option to Infer and InferImplicitCasting #40

danielfireman opened this issue Sep 14, 2017 · 0 comments

Comments

@danielfireman
Copy link
Collaborator

danielfireman commented Sep 14, 2017

Currently, Infer and InferImplicitCasting only receive a table as a parameter, but there are some other important inputs, for instance, missingValues.

As an example, please take a look at the Schema and Configuration section our the Readme. When the "N/A" is used as missingValue, the algorithm cannot properly detect the integer type. So my first suggestion would be to follow the functional options approach, which was already used in csv.NewTable.

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

No branches or pull requests

2 participants