Documentation
¶
Overview ¶
Package framestruct provides functions to convert from any type to *data.Frame or data.Frames
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToDataFrame ¶
ToDataFrame flattens an arbitrary struct or slice of structs into a *data.Frame
func ToDataFrames ¶
ToDataFrames is a convenience wrapper around ToDataFrame. It will wrap the converted DataFrame in a data.Frames. Additionally, if the passed type satisfies the data.Framer interface, the function will delegate to that for the type conversion. If this function delegates to a data.Framer, it will use the data.Frame name defined by the type rather than passed to this function
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.