Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iand/datatable
Go package providing a column-centric data structure for aggregating data.
https://github.com/iand/datatable
go statistics structure
Last synced: 20 days ago
JSON representation
Go package providing a column-centric data structure for aggregating data.
- Host: GitHub
- URL: https://github.com/iand/datatable
- Owner: iand
- License: unlicense
- Created: 2017-08-25T12:54:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T10:50:32.000Z (11 months ago)
- Last Synced: 2024-12-30T07:26:47.907Z (25 days ago)
- Topics: go, statistics, structure
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# datatable
Go package providing a column-centric data structure for aggregating data. Inspired by this [R-based datatable](https://github.com/Rdatatable/data.table/wiki)
[![Test Status](https://github.com/iand/datatable/actions/workflows/test.yml/badge.svg)](https://github.com/iand/datatable/actions/workflows/test.yml)
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/github.com/iand/datatable)## Installation
Simply run
go get github.com/iand/datatable
Documentation is at [https://pkg.go.dev/github.com/iand/datatable](https://pkg.go.dev/github.com/iand/datatable)
## Author
* [Ian Davis](http://github.com/iand) -
Note that this package was initially developed for [Avocet](https://github.com/avct) and is released here with their permission.
## License
This is free and unencumbered software released into the public domain. For more
information, see or the accompanying [`UNLICENSE`](UNLICENSE) file.