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

DataFrame.Internal.Parsing

Synopsis

Documentation

countRows :: Char -> FilePath -> IO Int Source #

First pass to count rows for exact allocation.

inferValueType :: Text -> Text Source #

Infer the Haskell type name from a text sample.

readSingleLine :: Char -> Text -> Handle -> IO ([Text], Text) Source #

Read a single CSV row from a handle using the given separator.