Saddle is a Scala data manipulation library inspired by R’s data frames and Python’s pandas. Saddle’s original repository is abandoned and what you see here is a fork of that.
Major changes in this fork:
saddle-core
has no java dependency- Addition of
saddle-linalg
, an interface to native BLAS (thanks to netlib-java) - Revised core APIs (e.g. no implicit conversions)
- Artifacts are published under io.github.pityka organization name
- Scala-js artifacts
- More IO capabilities: fast CSV parser, npy parser, various JSON codecs, binary serialization.