DataScienceTraits.coerceMethod
coerce(S::Type{<:SciType}, itr)

Convert the scientific type of elements of the iterable itr to S, ignoring missing values.

DataScienceTraits.elscitypeFunction
elscitype(itr) -> SciType
elscitype(I::Type) -> SciType

Return the scientific type of the elements of iterator itr of type I.

DataScienceTraits.scitypeFunction
scitype(x) -> SciType
scitype(T::Type) -> SciType

Return the scientific type of object x of type T.