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

Method constructor

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

Source from the content-addressed store, hash-verified

43export default class Series extends BaseSeries implements ExtendedSeriesInterface {
44 [key: string]: any
45 constructor(data?: any, options: BaseDataOptionType = {}) {
46 super(data, options)
47 }
48
49 /**
50 * Converts a Series to CSV.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected