MCPcopy Create free account
hub / github.com/javascriptdata/danfojs /

Class

src/danfojs-base/shared/errors.ts:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 * Package wide error throwing class
21 */
22class ErrorThrower {
23
24 throwColumnNamesLengthError = (ndframe: NDframe, columns: Array<string>): void => {
25 const msg = `ParamError: Column names length mismatch. You provided a column of length ${columns.length} but Ndframe columns has length of ${ndframe.shape[1]}`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected