Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samdphillips/uke
Dataframe for Racket
https://github.com/samdphillips/uke
Last synced: about 2 months ago
JSON representation
Dataframe for Racket
- Host: GitHub
- URL: https://github.com/samdphillips/uke
- Owner: samdphillips
- Created: 2023-07-08T21:19:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-29T23:39:39.000Z (9 months ago)
- Last Synced: 2024-10-16T03:03:48.255Z (3 months ago)
- Language: Racket
- Size: 136 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uke
This is a dataframe implementation for Racket that I've been playing with off
and on for a couple of years.Goals:
- immutable indexes, series, and dataframes
- minimize copying of storage for series(`uke` doesn't stand for anything. I saw a Ukelele in my office when I was
naming the project directory.)