We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ba45a commit b7be4f5Copy full SHA for b7be4f5
2 files changed
CHANGELOG.md
@@ -7,4 +7,12 @@
7
## 0.1.0.1
8
9
* Fixed parse failure on nested, escaped quotation.
10
-* Fixed column info when field name isn't found.
+* 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.
dataframe.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.4
2
name: dataframe
3
-version: 0.1.0.1
+version: 0.1.0.2
4
5
synopsis: An intuitive, dynamically-typed DataFrame library.
6
0 commit comments