package
0.0.0-20210507122223-9cd4eef7d8e3
Repository: https://github.com/panduladw/go-frames.git
Documentation: pkg.go.dev
# Functions
ColumnNotFound returns an error to indicate the specified column is not found in the dataframe.
CustomError will return a custom error based on the message provided.
CustomWithStandardError will return a custom error massage combined with a standard error message.
DuplicatedColumn returns an error to indicate the specified column is already in the dataframe.
IncorrectDataType returns an error mentioning the expected type.
IncorrectTypedParameter returns an error mentioning the expected type.
InvalidRowValue returns an error if an incorrect value is found in a series at the given row number.
InvalidSeriesValError return an error based an error specifying the index and column name.
MismatchedNumOfColumns provides an error mentioning the mismatched number of columns.
MismatchedNumOfRows provides an error mentioning the mismatched number of columns.
SeriesDataTypeNotPermitted return an error specifying whether the series data type permits the given operation.