A Julia package to treat missing values as false in certain circumstances.
MissingsAsFalse.jl is a registered Julia package. Run either of the following to install:
julia> import Pkg; Pkg.add("MissingsAsFalse")or via the Pkg REPL mode (enter by typing ] at the REPL console)
] add MissingsAsFalsePull requests are welcome. Pull requests should include updated tests. If functionality is changed, docstrings should be added or updated. Generally, follow the guidelines in DataFrames.