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

Method constructor

src/danfojs-browser/src/core/series.ts:30–32  ·  view source on GitHub ↗
(data?: any, options: BaseDataOptionType = {})

Source from the content-addressed store, hash-verified

28export default class Series extends BaseSeries {
29 [key: string]: any
30 constructor(data?: any, options: BaseDataOptionType = {}) {
31 super(data, options)
32 }
33}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected