Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.