Skip to content

Commit 1264fd3

Browse files
authored
Add preview of ihaskell work
1 parent ec8837c commit 1264fd3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ An intuitive, dynamically-typed DataFrame library.
55
A tool for exploratory data analysis.
66

77
## Installing
8+
9+
### CLI
810
* Install Haskell (ghc + cabal) via [ghcup](https://www.haskell.org/ghcup/install/) selecting all the default options.
911
* To install dataframe run `cabal update && cabal install dataframe`
1012
* Open a Haskell repl with dataframe loaded by running `cabal repl --build-depends dataframe`.
1113
* Follow along any one of the tutorials below.
1214

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.
1318

1419
## What is exploratory data analysis?
1520
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.
6368
![Screencast of usage in GHCI](./static/example.gif)
6469

6570
## Future work
71+
* Jupyter/ihaskell support (soon)
6672
* Apache arrow and Parquet compatability
6773
* Integration with common data formats (currently only supports CSV)
6874
* Support windowed plotting (currently only supports ASCII plots)

0 commit comments

Comments
 (0)