Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.19 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.19 KB

MissingsAsFalse.jl

CI Testing

A Julia package to treat missing values as false in certain circumstances.

Installation

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 MissingsAsFalse

Documentation

Package Mainenance

Pull 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.