MissingsAsFalse.jl

Author pdeffebach
Popularity
5 Stars
Updated Last
2 Years Ago
Started In
October 2021

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.

Required Packages

Used By Packages

No packages found.