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

Class Series

src/danfojs-browser/src/core/series.ts:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 * @param options.config General configuration object for extending or setting Series behavior.
27 */
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