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

Class

src/danfojs-node/src/core/series.ts:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 * @param options.config General configuration object for extending or setting Series behavior.
42 */
43export default class Series extends BaseSeries implements ExtendedSeriesInterface {
44 [key: string]: any
45 constructor(data?: any, options: BaseDataOptionType = {}) {
46 super(data, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected