An open API service indexing awesome lists of open source software.

https://github.com/samdphillips/ruke

Dataframe implementation for Rhombus
https://github.com/samdphillips/ruke

Last synced: 3 months ago
JSON representation

Dataframe implementation for Rhombus

Awesome Lists containing this project

README

          

# ruke

This is a dataframe implementation for Rhombus that is based on the Racket
dataframe library I have been working on called
[`uke`](https://github.com/samdphillips/uke).

Goals (same as `uke`):
- immutable indexes, series, and dataframes
- minimize copying of storage for series

Additional goals:
- exercise Rhombus
- discover how this could work in Rhombus
- examine if there could be a single code base between the two projects