normalize-0.3.0.1: Normalize data using a variety of methods.

Safe HaskellNone
LanguageHaskell2010

Load

Synopsis

Documentation

csvRowToEntity :: Maybe Field -> Field -> Field -> Field -> Map Text Text -> Entity Source #

Convert CSV entries into entities.

toSampleMap :: Vector Entity -> Map Sample (Vector Entity) Source #

Convert entities to a sample map, where each sample contains a collection of entities.