File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1616* Add ` impute ` function for replacing ` Nothing ` values in optional columns.
1717* Add ` filterAllJust ` to filter out all rows with missing data.
1818* Add ` distinct ` function that returns a dataframe with distict rows.
19+
20+ ## 0.1.0.3
21+ * Use older version of correlation for ihaskell itegration
22+
23+ # 0.2.0.0
24+ * Remove ` Function ` adt with a column expression syntax.
25+ * Adds a coverage report to the repository (thanks to @oforero )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ A tool for exploratory data analysis.
1313* Follow along any one of the tutorials below.
1414
1515### Jupyter notebook
16- * Jupyter notebook is still underway with some local tests/examples in the works .
16+ * Use the Dockerfile in the [ ihaskell-dataframe ] ( https://github.com/mchav/ihaskell-dataframe ) to build and run an image with dataframe integration .
1717* For a preview check out the [ California Housing] ( https://github.com/mchav/dataframe/blob/main/docs/California%20Housing.ipynb ) notebook.
1818
1919## What is exploratory data analysis?
@@ -68,7 +68,6 @@ Full example in `./app` folder using many of the constructs in the API.
6868![ Screencast of usage in GHCI] ( ./static/example.gif )
6969
7070## Future work
71- * Jupyter/ihaskell support (soon)
7271* Apache arrow and Parquet compatability
7372* Integration with common data formats (currently only supports CSV)
7473* Support windowed plotting (currently only supports ASCII plots)
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : dataframe
3- version : 0.1 .0.3
3+ version : 0.2 .0.0
44
55synopsis : An intuitive, dynamically-typed DataFrame library .
66
You can’t perform that action at this time.
0 commit comments