Skip to content

Instantly share code, notes, and snippets.

@raychorn
Last active October 17, 2020 23:02
Show Gist options
  • Save raychorn/0ec1435c35b08a0388f27c0913e860ec to your computer and use it in GitHub Desktop.
Save raychorn/0ec1435c35b08a0388f27c0913e860ec to your computer and use it in GitHub Desktop.
Data Analysis using GO
https://mungingdata.com/go/dataframes-gota-qframe/
https://github.com/go-gota/gota <-- Minimal.
https://github.com/tobgu/qframe <-- Stable?
https://github.com/rocketlaunchr/dataframe-go <-- Looks interesting.
Probably easier to use Python pandas to load the data then dump data into GO via JSON/Web localhost to crunch the data
possibly faster than using Python alone. Then respond back to Python with data it can load into a Pandas dataframe, etc.
For as long as GO has been around it seems Google is not all that concerned with making Go into a replacement for Python however this may
change over time.
https://gorgonia.org/getting-started/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment