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

boolean-column selector should not select rows where value is NA #1

Closed
st-pasha opened this issue May 9, 2017 · 2 comments
Closed
Assignees

Comments

@st-pasha
Copy link
Contributor

st-pasha commented May 9, 2017

import datatable as dt
f = dt.open("~/userdata")
f[lambda f: f.col1, :]

selects rows where f.col1 is NA.

@st-pasha st-pasha self-assigned this May 9, 2017
@st-pasha st-pasha changed the title boolean-column selector should not select rows where value is NA if a boolean column contains values other than 0, 1 or NA, there should be a warning somewhere... May 10, 2017
@st-pasha st-pasha changed the title if a boolean column contains values other than 0, 1 or NA, there should be a warning somewhere... boolean-column selector should not select rows where value is NA May 10, 2017
@st-pasha
Copy link
Contributor Author

The behavior is caused by the fact that in my ~/userdata dataset boolean columns contain values other than 0, 1 and NA.

@st-pasha
Copy link
Contributor Author

see #7

oleksiyskononenko pushed a commit that referenced this issue Aug 20, 2018
When number of exemplars found is more than `nd_bins` do the following:
- find the closest exemplar to the exemplar #1;
- adjust `delta` as `delta += min_distance`;
- if the distance between two exemplars is less than new `delta` merge
them and store the mapping info;
- adjust exemplar's info for all the relevant members at the end.
st-pasha pushed a commit that referenced this issue Oct 25, 2019
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