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

Method str

src/danfojs-base/core/frame.ts:226–226  ·  view source on GitHub ↗
(element: any)

Source from the content-addressed store, hash-verified

224 private $frameIsNotCompactibleForArithmeticOperation() {
225 const dtypes = this.dtypes;
226 const str = (element: any) => element == "string";
227 return dtypes.some(str)
228 }
229

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected