https://github.com/ekzhu/datatable
An in-memory relational table in Go similar to C#'s System.Data.DataTable.
https://github.com/ekzhu/datatable
datatable golang inmemory join table
Last synced: 6 months ago
JSON representation
An in-memory relational table in Go similar to C#'s System.Data.DataTable.
- Host: GitHub
- URL: https://github.com/ekzhu/datatable
- Owner: ekzhu
- License: mit
- Created: 2017-01-20T00:25:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-21T06:28:37.000Z (about 7 years ago)
- Last Synced: 2025-04-10T21:14:16.711Z (6 months ago)
- Topics: datatable, golang, inmemory, join, table
- Language: Go
- Size: 12.7 KB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# datatable
[](https://travis-ci.org/ekzhu/datatable)
[](https://godoc.org/github.com/ekzhu/datatable)An in-memory relational table in Go similar to C#'s System.Data.DataTable,
supporting slicing and joining operations.