analyze-0.1.0.0: making data science easy and safe with data frames

Safe HaskellNone
LanguageHaskell2010

Analyze.Conversions

Description

Simple structural conversions.

Synopsis

Documentation

projectRow :: (Data k, MonadThrow m) => Vector k -> HashMap k v -> m (Vector v) Source #

Projects values out of the map according to the given key order.

projectRows :: (Data k, MonadThrow m) => Vector k -> Vector (HashMap k v) -> m (RFrame k v) Source #

Projects an RFrame out of many maps according to the given key order.