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

DataFrame.Operations.Typing

Synopsis

Documentation

data ParseOptions Source #

Options controlling how text columns are parsed into typed values.

Constructors

ParseOptions 

Fields

defaultParseOptions :: ParseOptions Source #

Sensible out-of-the-box parse options: infer from the first 100 rows, treat common nullish strings as missing, and expect ISO 8601 dates.

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

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