https://github.com/laurentrdc/javelin
Haskell implementation of data structures for data science
https://github.com/laurentrdc/javelin
data-science data-structures-and-algorithms dataframe haskell quantitative-finance series
Last synced: 6 months ago
JSON representation
Haskell implementation of data structures for data science
- Host: GitHub
- URL: https://github.com/laurentrdc/javelin
- Owner: LaurentRDC
- Created: 2023-03-09T13:55:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-15T15:37:45.000Z (7 months ago)
- Last Synced: 2025-04-28T17:18:33.395Z (6 months ago)
- Topics: data-science, data-structures-and-algorithms, dataframe, haskell, quantitative-finance, series
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/javelin
- Size: 639 KB
- Stars: 21
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haskell implementation of data structures for data science
Packages in this repository implement series and dataframes, data structures which are ubiquitous in data science.
## Tutorial and documentation
Tutorials and interface documentation are available for the most recent published version of:
* [javelin (implementation of series)](https://hackage.haskell.org/package/javelin).
* [javelin-frames (implementation of dataframes)](https://hackage.haskell.org/package/javelin-frames)Locally, you can generate documentation for all packages using `haddock` like so:
```bash
cabal haddock javelin
cabal haddock javelin-io
cabal haddock javelin-frames
```## Get involved!
Do not hesitate to make feature requests or report bugs via the [issue tracker](https://github.com/LaurentRDC/javelin/issues).