Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soypete/example-go-dataframes-parser
example of https://godoc.org/github.com/kniren/gota/dataframe
https://github.com/soypete/example-go-dataframes-parser
data-analysis data-science datastructures golang-examples ml
Last synced: 7 days ago
JSON representation
example of https://godoc.org/github.com/kniren/gota/dataframe
- Host: GitHub
- URL: https://github.com/soypete/example-go-dataframes-parser
- Owner: Soypete
- Created: 2018-10-31T03:34:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T04:16:48.000Z (about 6 years ago)
- Last Synced: 2024-11-11T02:39:14.858Z (2 months ago)
- Topics: data-analysis, data-science, datastructures, golang-examples, ml
- Language: Go
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example Go Dataframes for Parsing and Storing Data
This example was make for the Nov 6 meetup of the Utah Go Users Group. It used the ["github.com/gota/dataframe"]("github.com/gota/dataframe") package to provide dataframes. The file queries a series of public APIs and parses the data using DataFrames.
To run this, make you sure you source .profile then run with: go run main.go