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

Method iloc

src/danfojs-base/shared/types.ts:205–205  ·  view source on GitHub ↗
(options:
        {
            rows?: Array<string | number>,
            columns?: Array<string | number>
        })

Source from the content-addressed store, hash-verified

203 columns?: Array<string>
204 }): DataFrame;
205 iloc(options:
206 {
207 rows?: Array<string | number>,
208 columns?: Array<string | number>

Callers

nothing calls this directly

Implementers 1

DataFramesrc/danfojs-base/core/frame.ts

Calls

no outgoing calls

Tested by

no test coverage detected