# Functions
ToDataFrame flattens an arbitrary struct or slice of structs into a *data.Frame.
ToDataFrames is a convenience wrapper around ToDataFrame.
WithColumn0 specifies the 0th column of the returned Data Frame.
WithConverterFor configures a FieldConverter for a field with the name fieldname.
# Type aliases
FieldConverter is a function that takes the value of a field, converts it, and returns the new value as an interface.
FramestructOption takes a converter and applies some configuration to it
nolint:revive.