You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,16 @@ An intuitive, dynamically-typed DataFrame library.
5
5
A tool for exploratory data analysis.
6
6
7
7
## Installing
8
+
9
+
### CLI
8
10
* Install Haskell (ghc + cabal) via [ghcup](https://www.haskell.org/ghcup/install/) selecting all the default options.
9
11
* To install dataframe run `cabal update && cabal install dataframe`
10
12
* Open a Haskell repl with dataframe loaded by running `cabal repl --build-depends dataframe`.
11
13
* Follow along any one of the tutorials below.
12
14
15
+
### Jupyter notebook
16
+
* Jupyter notebook is still underway with some local tests/examples in the works.
17
+
* For a preview check out the [California Housing](https://github.com/mchav/dataframe/blob/main/docs/California%20Housing.ipynb) notebook.
13
18
14
19
## What is exploratory data analysis?
15
20
We provide a primer [here](https://github.com/mchav/dataframe/blob/main/docs/exploratory_data_analysis_primer.md) and show how to do some common analyses.
@@ -63,6 +68,7 @@ Full example in `./app` folder using many of the constructs in the API.
63
68

64
69
65
70
## Future work
71
+
* Jupyter/ihaskell support (soon)
66
72
* Apache arrow and Parquet compatability
67
73
* Integration with common data formats (currently only supports CSV)
68
74
* Support windowed plotting (currently only supports ASCII plots)
0 commit comments