https://github.com/iand/datatable

Go package providing a column-centric data structure for aggregating data.

https://github.com/iand/datatable

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.4%) to scientific vocabulary

Keywords

go statistics structure
Last synced: 6 months ago · JSON representation

Repository

Go package providing a column-centric data structure for aggregating data.

Basic Info
  • Host: GitHub
  • Owner: iand
  • License: unlicense
  • Language: Go
  • Default Branch: master
  • Homepage:
  • Size: 57.6 KB
Statistics
  • Stars: 7
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
go statistics structure
Created over 8 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

README.md

datatable

Go package providing a column-centric data structure for aggregating data. Inspired by this R-based datatable

Test Status go.dev reference

Installation

Simply run

go get github.com/iand/datatable

Documentation is at https://pkg.go.dev/github.com/iand/datatable

Author

Note that this package was initially developed for Avocet and is released here with their permission.

License

This is free and unencumbered software released into the public domain. For more information, see http://unlicense.org/ or the accompanying UNLICENSE file.

Owner

  • Name: Ian Davis
  • Login: iand
  • Kind: user
  • Location: UK

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 37
  • Total Committers: 2
  • Avg Commits per committer: 18.5
  • Development Distribution Score (DDS): 0.459
Past Year
  • Commits: 17
  • Committers: 1
  • Avg Commits per committer: 17.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Ian Davis n****m@i****m 20
Ian Davis 1****d 17
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 7
proxy.golang.org: github.com/iand/datatable

Package datatable provides a column-centric data structure for aggregating data See https://github.com/Rdatatable/data.table/wiki for inspiration

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 7.0%
Average: 8.2%
Dependent repos count: 9.3%
Last synced: 6 months ago

Dependencies

.github/workflows/autodep.yml actions
  • actions/checkout v4 composite
  • actions/setup-go v4 composite
  • peter-evans/create-pull-request v4 composite
.github/workflows/test.yml actions
  • actions/checkout v4 composite
  • actions/setup-go v4 composite
.github/workflows/version.yml actions
  • actions/checkout v4 composite
  • mathieudutour/github-tag-action v6.1 composite
go.mod go