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
- Host: GitHub
- URL: https://github.com/samdphillips/ruke
- Owner: samdphillips
- Created: 2023-07-08T21:29:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T03:20:06.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T11:42:26.733Z (over 1 year ago)
- Language: Racket
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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