package polars
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
OCaml bindings to the Polars dataframe library
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.0.1.tar.gz
md5=72ff21b8d3fc6b408bd8a8b767fb9af6
sha512=c71934aa7098cc8156aef91af96cd5e53ba48a5a947ca904f524d0950ffa359edb4738ec6d521a25caba53a6cb063dfb8c981a3d524f505e7551c529295a55ff
doc/README.html
polars-ocaml
🐻❄️❤️🐫
polars-ocaml is a project to provide idiomatic OCaml bindings to the Polars dataframe library.
Check out the examples from the Polars user guide for a quick tour of what you can do with polars-ocaml!
project status
Currently very much WIP. Please expect breakages and large changes in API.
Note that the current code assumes that the OCaml version is 4.14.1; see HACKING.md for notes on how to build polars-ocaml.
utop
polars-ocaml works in utop!
$ dune utop --profile utop^utop-workaround

license
This project is licensed under the terms of the MIT license, with the exception of the following files:
./guide/data/iris.csv: the Iris dataset by R. A. Fisher is licensed under CC BY 4.0../guide/data/legislators-historical.csv: congress-legislators is licensed under CC0./guide/data/pokemon.csv./guide/data/appleStock.csv./guide/data/reddit.csv
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page