Contents

jsonRepresentableDataFrame(of:)

Transforms a DataFrame into one with column types compatible with JSON representation.

Declaration

func jsonRepresentableDataFrame(of kind: EvaluationResult.DataFrameKind) throws -> DataFrame

Parameters

  • kind:

    Whether to convert the summary or detailed DataFrame.

Return Value

A new DataFrame with JSON-serializable column types.

See Also

Formatting results