# go-gota/gota

Gota: DataFrames and data wrangling in Go (Golang)

Repository: https://github.com/go-gota/gota
Canonical: https://ross.abutalabs.com/products/gota
Language: Go
License: NOASSERTION
License Family: other
Archived: true
Last push: 2023-08-09T06:59:36+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3861, "days_push": 1120, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3266, forks 289 (observed 2026-08-28T04:07:52.940896+00:00)

## What it is
Gota is a Go library implementing DataFrames, Series, and data wrangling methods for tabular data manipulation. It supports loading data from CSV, JSON, structs, and maps, with operations for filtering, merging, and summarizing columns.

## Use cases
- manipulate tabular data in go
- load and analyze csv files in golang
- pandas-like dataframe library for go
- filter and merge datasets in go
- clean and transform structured data in go

## When to choose
- you need dataframe-style data wrangling in a Go codebase
- you want to load, filter, and summarize tabular data without leaving Go

## When to avoid
- you need a mature, feature-rich dataframe ecosystem like pandas
- your project is in Python or another language with richer data tooling

## Facets
- artifact type: library
- maturity: maintenance
- function: data-science, etl, csv, json, parser
- domain: data-science, analytics
- platform: go, cross-platform
- tags: dataframe, series, data-wrangling, tabular-data, data-engineering

## Member repositories
- go-gota/gota (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:52.940896+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:23:10.879386+00:00, confidence not recorded.
  - readme: https://github.com/go-gota/gota (fetched 2026-08-28T04:07:52.940896+00:00, sha 57d0bb1dacf6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
