https://github.com/samdphillips/uke
Dataframe for Racket
https://github.com/samdphillips/uke
Last synced: 4 months ago
JSON representation
Dataframe for Racket
- Host: GitHub
- URL: https://github.com/samdphillips/uke
- Owner: samdphillips
- License: apache-2.0
- Created: 2023-07-08T21:19:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-10T21:49:14.000Z (5 months ago)
- Last Synced: 2026-02-11T01:38:36.286Z (4 months ago)
- Language: Racket
- Homepage: https://samdphillips.github.io/uke/
- Size: 567 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uke
Uke is a dataframe implementation for Racket that focuses on immutable dataframe values.
(`uke` doesn't stand for anything. I saw a Ukelele in my office when I was
naming the project directory.)
## Documentation
- [Release Documentation](https://docs.racket-lang.org/uke/index.html)
- [Development Documentation](https://samdphillips.github.io/uke)
## Changelog
### 2025.4.22
Release date: 2025/04/22
* Base level documentation of core API completed
* Expose `"uke/store"` library
* Remove `dataframe-column-lift` inlining
* Use more efficient projection for `csv->dataframe`
### 2025.3.14
Release date: 2025/03/14
* Initial Racket Package release