CloneOptions
Defined in: js-api/src/dataframe/types.ts:24
Options of DataFrame.clone; everything is copied when omitted.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
columns? | string[] | null | Names of the columns to include. | js-api/src/dataframe/types.ts:27 |
rows? | BitSet | null | - | js-api/src/dataframe/types.ts:25 |
saveSelection? | boolean | - | js-api/src/dataframe/types.ts:28 |
saveTags? | boolean | Default true. | js-api/src/dataframe/types.ts:30 |