Skip to content

Pure Julia version for some of the functionality of the R-package Validate

License

Notifications You must be signed in to change notification settings

HenricoWitvliet/Validate.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Validate.jl

codecov GitHub CI

This package contains a subset of the R-package Validate (see Validate) using pure Julia. The exact functionality that is supported can be found in the documentation.

using DataFrames, Validator

df = DataFrame(speed=[1, 2, missing], distance=[10, 11, -100])
rules = Validate.read_rules("myrules.yaml")
cf = Validate.confront(df, rules)
Validate.summary(cf)
Validate.violating(df, cf)

About

Pure Julia version for some of the functionality of the R-package Validate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages