Skip to content

Commit 0d7406b

Browse files
committed
update addColumn types
1 parent a126baa commit 0d7406b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/danfojs-base/shared/types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ export interface DataFrameInterface extends NDframeInterface {
244244
column: string,
245245
values: Series | ArrayType1D,
246246
options?: {
247-
inplace?: boolean
247+
inplace?: boolean,
248+
atIndex?: number
248249
}
249250
): DataFrame | void
250251
groupby(column: [string, string]): any //Update to GroupBy class later

0 commit comments

Comments
 (0)