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

comparison should resolve to False when one of the values is NA #3

Closed
st-pasha opened this issue May 10, 2017 · 1 comment
Closed
Assignees

Comments

@st-pasha
Copy link
Contributor

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

should not select rows where f.col1 is NA

@st-pasha st-pasha self-assigned this May 10, 2017
@st-pasha
Copy link
Contributor Author

same issue as #1

mmalohlava added a commit that referenced this issue Feb 15, 2018
mmalohlava added a commit that referenced this issue Feb 15, 2018
Experiment

Fix typo

Typo

Remove unnecessary code

Use right python at OSX

Get rid of anaconda activation

Fix the typo

Try new form of OSX build

Fix the typo

Fix formatting

Default build matrix

Test experiment

Experiment with PPC64le build

parallelize remaining steps and containerize s3 uploaded

Fix typos

Build platform file

PPC64le platform info

Tiny refactoring

Fix of var

Fix typo #2

Fix typo #3

Build needs script

Pipeline simplified

Disable non-active code for now

Default it always true

Remove wrong statement

Iterate on artifacts

Typo

Disable ppc64le build for now

Following previous change

Test test test

Disable ppc64le stage

test test test

Fix the stash

Revert "Fix the stash"

This reverts commit bb56e4c.

Fix the unstash in tests

Coverage also depends on large data tests

Reference local props
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