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

Class

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

Source from the content-addressed store, hash-verified

48 * @param options.config General configuration object for extending or setting Series behavior.
49 */
50export default class Series extends NDframe implements SeriesInterface {
51
52 constructor(data: any = [], options: BaseDataOptionType = {}) {
53 const { index, columns, dtypes, config } = options;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected