package
0.0.0-20210507122223-9cd4eef7d8e3
Repository: https://github.com/panduladw/go-frames.git
Documentation: pkg.go.dev
# Functions
ConvertMapToDataFrame will convert a Go map to a two column DataFrame by using the keys in one column and the corresponding values in the other column.
ConvertRowContentToDF will convert the row based content to a dataframe.
NewDataFrame creates a dataframe using given parameters of series.
# Type aliases
DataFrameData describes the shape of data stored in dataframe.