Documentation
¶
Index ¶
- func ColumnNotFound(column string) error
- func CustomError(msg string) error
- func CustomWithStandardError(msg string, err error) error
- func DuplicatedColumn(column string) error
- func IncorrectDataType(dtype base.DType) error
- func IncorrectTypedParameter(param, expected string) error
- func InvalidRowValue(rowNum int) error
- func InvalidSeriesValError(val interface{}, i int, col string) error
- func MismatchedNumOfColumns(expected, actual int) error
- func MismatchedNumOfRows(expected, actual int) error
- func SeriesDataTypeNotPermitted(operation string, dtype base.DType) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ColumnNotFound ¶
ColumnNotFound returns an error to indicate the specified column is not found in the dataframe
func CustomError ¶
CustomError will return a custom error based on the message provided
func CustomWithStandardError ¶
CustomWithStandardError will return a custom error massage combined with a standard error message
func DuplicatedColumn ¶
DuplicatedColumn returns an error to indicate the specified column is already in the dataframe
func IncorrectDataType ¶
IncorrectDataType returns an error mentioning the expected type
func IncorrectTypedParameter ¶
IncorrectTypedParameter returns an error mentioning the expected type
func InvalidRowValue ¶
InvalidRowValue returns an error if an incorrect value is found in a series at the given row number
func InvalidSeriesValError ¶
InvalidSeriesValError return an error based an error specifying the index and column name
func MismatchedNumOfColumns ¶
MismatchedNumOfColumns provides an error mentioning the mismatched number of columns
func MismatchedNumOfRows ¶
MismatchedNumOfRows provides an error mentioning the mismatched number of columns
Types ¶
This section is empty.