File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 77## 0.1.0.1
88
99* Fixed parse failure on nested, escaped quotation.
10- * Fixed column info when field name isn't found.
10+ * Fixed column info when field name isn't found.
11+
12+ ## 0.1.0.2
13+
14+ * Change namespace from ` Data.DataFrame ` to ` DataFrame `
15+ * Add ` toVector ` function for converting columns to vectors.
16+ * Add ` impute ` function for replacing ` Nothing ` values in optional columns.
17+ * Add ` filterAllJust ` to filter out all rows with missing data.
18+ * Add ` distinct ` function that returns a dataframe with distict rows.
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : dataframe
3- version : 0.1.0.1
3+ version : 0.1.0.2
44
55synopsis : An intuitive, dynamically-typed DataFrame library .
66
You can’t perform that action at this time.
0 commit comments