JuliaPhysics / Measurements.jl

Error propagation calculator and library for physical measurements. It supports real and complex numbers with uncertainty, arbitrary precision calculations, operations with arrays, and numerical integration.

Home Page:https://juliaphysics.github.io/Measurements.jl/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Measurements.value(x::Missing) = missing

Eben60 opened this issue · comments

Would be useful if one has a dataset of Measurements with some data Missing, and is interested in values only.

Mind opening a pull request?