We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bce985 commit c0238edCopy full SHA for c0238ed
1 file changed
src/DataFrame/Operations/Statistics.hs
@@ -122,6 +122,7 @@ applyStatistic f name df = case getColumn name df of
122
mapColumn (realToFrac :: Float -> Double) column,
123
Just column ]
124
reduceColumn f matching
125
+ _ -> Nothing
126
127
applyStatistics :: (VU.Vector Double -> VU.Vector Double) -> T.Text -> DataFrame -> Maybe (VU.Vector Double)
128
applyStatistics f name df = case getColumn name df of
0 commit comments