| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
DataFrame.Operations.Typing
Documentation
type DateFormat = String Source #
parseDefaults :: [Text] -> Int -> Bool -> DateFormat -> DataFrame -> DataFrame Source #
parseDefault :: [Text] -> Int -> Bool -> DateFormat -> Column -> Column Source #
parseFromExamples :: [Text] -> Int -> Bool -> DateFormat -> Vector Text -> Column Source #
handleDateAssumption :: DateFormat -> Vector (Maybe Text) -> Column Source #
handleNoAssumption :: DateFormat -> Vector (Maybe Text) -> Column Source #
parseTimeOpt :: DateFormat -> Text -> Maybe Day Source #
unsafeParseTime :: DateFormat -> Text -> Day Source #
makeParsingAssumption :: DateFormat -> Vector (Maybe Text) -> ParsingAssumption Source #
data ParsingAssumption Source #
parseWithTypes :: [SchemaType] -> DataFrame -> DataFrame Source #