Skip to content

LaurentRDC/javelin

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

08f8f0a · Mar 2, 2025
Jan 29, 2025
Mar 2, 2025
Mar 2, 2025
Mar 2, 2025
Mar 12, 2023
Feb 3, 2025
Jan 7, 2025
Jan 12, 2024
Jan 12, 2024

Repository files navigation

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:

Locally, you can generate documentation for all packages using haddock like so:

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.