etable
Data table structure in Go, now developed at https://github.com/cogentcore/core/tree/main/tensor
File Explorer
Download Latest Version (.zip)- go.yml
- agg.go
- aggfuncs.go
- aggs.go
- desc.go
- doc.go
- enumgen.go
- if.go
- quantiles.go
- README.md
- table.go
- bitslice.go
- bitslice_test.go
- README.md
- faces.dat
- clust.go
- clust_test.go
- dist.go
- enumgen.go
- plot.go
- README.md
- convolve.go
- convolve_test.go
- kernel.go
- README.md
- table.go
- efile.go
- barplot.go
- coresvg.go
- doc.go
- enumgen.go
- eplot2d.go
- errbarchart.go
- params.go
- README.md
- shapes.go
- tablexy.go
- typegen.go
- values.go
- xyplot.go
- emer_simple_lines_5x5.dat
- emer_simple_lines_5x5_rec.dat
- doc.go
- enumgen.go
- etable.go
- etable_test.go
- filter.go
- idxview.go
- io.go
- io_test.go
- README.md
- schema.go
- sort_test.go
- splits.go
- typegen.go
- arrow.go
- bits.go
- doc.go
- enumgen.go
- etensor.go
- float64.go
- int.go
- io.go
- numeric.gen.go
- numeric.gen.go.tmpl
- numeric.schema.json
- numeric.tmpldata
- prjn2d.go
- README.md
- shape.go
- string.go
- types.go
- dialogs.go
- doc.go
- README.md
- simatgrid.go
- tableview.go
- tensorgrid.go
- typegen.go
- values.go
- dataproc.go
- planets.csv
- README.md
- grids.go
- random_5x5_25.tsv
- plot.go
- ra25epoch.tsv
- etorch.cpython-38.pyc
- etest.py
- pyet.py
- README.md
- testplots.go
- histogram.go
- README.md
- abs.go
- doc.go
- metric_test.go
- metrics.go
- prob.go
- README.md
- squares.go
- tensor.go
- tol.go
- avgmax.go
- minmax32.go
- minmax64.go
- minmax_int.go
- nicenum.go
- nicenum_test.go
- range.go
- README.md
- abs.go
- doc.go
- enumgen.go
- norm.go
- onetwo.go
- README.md
- stats.go
- tsrnorm.go
- iris.data
- projection01.csv
- svd_projection01.csv
- covar.go
- doc.go
- pca.go
- pca_test.go
- README.md
- svd.go
- svd_test.go
- doc.go
- README.md
- simat.go
- tensor.go
- agg.go
- doc.go
- group.go
- random.go
- random_test.go
- README.md
- README.md
- tsragg.go
- Objrec_Base_001_epc.tsv
- Objrec_Base_002_epc.tsv
- Objrec_Base_003_epc.tsv
- Objrec_Base_004_epc.tsv
- Objrec_Base_005_epc.tsv
- Objrec_Base_006_epc.tsv
- Objrec_Base_007_epc.tsv
- Objrec_Base_008_epc.tsv
- Objrec_Base_009_epc.tsv
- Objrec_Base_epc.tsv
- etcat.go
- README.md
- .gitignore
- doc.go
- go.mod
- go.sum
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/emer/etable
Downloads the entire project code from GitHub to your computer.
cd etable
Moves into the project folder you just downloaded.
2. Go
Medium RecommendedPrerequisites
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation
Was this content helpful?
(0 ratings)
