DEV Community

Jacob Kim
Jacob Kim

Posted on

Introducing gambas, a data analysis package written in Go!

https://github.com/jpoly1219/gambas
https://pkg.go.dev/github.com/jpoly1219/gambas

Hi guys, I created a new package called gambas. It is a tool to organize and manipulate tabular data, much like pandas. I use pandas pretty regularly to keep track of my workout/body composition data, and I thought other people would really appreciate a similar package written in Go.

I just released a version 0, and I am excited to share it with the community. New features will be added regularly. Please let me know what you think! Thank you!

Top comments (1)

Collapse
 
marcello_h profile image
Marcelloh

Can you do a little writing how this package works? The technical documentation just describes what functions there are, but "how would this package change my world?"