gonum/plot
dataframe-go
gonum/plot | dataframe-go | |
---|---|---|
8 | 3 | |
2,742 | 1,165 | |
0.5% | 0.0% | |
5.6 | 0.0 | |
23 days ago | over 2 years ago | |
Go | Go | |
BSD 3-clause "New" or "Revised" License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gonum/plot
-
The Golang Saga: A Coder’s Journey There and Back Again. Part 3: The Graphing Conundrum
And with this map now we are ready to create a group bar chart for each station to find out which station is the best for each type of value. I found a helpful tutorial on gonum/plot, so I’m going to use plotter.NewBarChart for my purposes.
- What is the closest thing from Seaborn (python) in Go?
- Gonum & Gonum/Plot v0.13.0
- A repository for plotting and visualizing data
- An update on polygo: a polynomial graphing tool
- The Go Language for Science
-
Go matplotlib libary?
Gonum Plot is alright but definitely not as mature.Link
-
How should I approach plotting (2d and 3d) in Golang project?
There is this: https://github.com/gonum/plot
dataframe-go
-
packages similar to Pandas
Numpy functionality is largely covered by https://www.gonum.org/ but for pandas I'm not sure if there is an equivalent as widely accepted. However, you might try https://github.com/rocketlaunchr/dataframe-go which I have not tried but it looks like it covers some of what you're looking for
- Machine Learning
-
Dynamic Structs
For guidance on how to use it: https://github.com/rocketlaunchr/dataframe-go/blob/master/exports/parquet.go
What are some alternatives?
chart - Provide basic charts in go
gonum - Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more
gosl - Linear algebra, eigenvalues, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, differential equations.
ydata-profiling - 1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.
qframe - Immutable data frame for Go
Stats - A well tested and comprehensive Golang statistics library package with no dependencies.
gostat - Collection of statistical routines in golang
gonum/mat64