Skip to content

Commit

Permalink
Merge 989b630 into 6d8f924
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken-B committed Feb 28, 2018
2 parents 6d8f924 + 989b630 commit 1a60021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/abstractdataframe/abstractdataframe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ end
##############################################################################

function _nonmissing!(res, col)
eltype(col) >: Missing || return
@inbounds for (i, el) in enumerate(col)
res[i] &= !ismissing(el)
end
Expand Down

0 comments on commit 1a60021

Please sign in to comment.