dataframe-0.7.0.0: A fast, safe, and intuitive DataFrame library.
Safe HaskellNone
LanguageHaskell2010

DataFrame.Operations.Typing

Documentation

hasNullValues :: Eq a => Vector (Maybe a) -> Bool Source #

vecSameConstructor :: Vector (Maybe a) -> Vector (Maybe b) -> Bool Source #