package polars_async

  1. Overview
  2. Docs
Async OCaml bindings to the Polars dataframe library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.0.1.tar.gz
md5=72ff21b8d3fc6b408bd8a8b767fb9af6
sha512=c71934aa7098cc8156aef91af96cd5e53ba48a5a947ca904f524d0950ffa359edb4738ec6d521a25caba53a6cb063dfb8c981a3d524f505e7551c529295a55ff

Description

Async OCaml bindings to the Polars dataframe library

Tags

data-science polars rust

Added to opam-repository:

README

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

build

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

polars-ocaml running in utop

license

This project is licensed under the terms of the MIT license, with the exception of the following files:

Dependencies (4)

  1. polars
  2. core
  3. async
  4. dune >= "3.8"

Dev Dependencies (7)

  1. shell with-test
  2. re2 with-test
  3. odoc with-doc
  4. ocamlformat dev
  5. mdx with-test
  6. expect_test_helpers_core with-test
  7. core_bench with-test

Used by

None

Conflicts

None