Skip to content

Commit 20db217

Browse files
committed
Update groupby type
1 parent 71b5621 commit 20db217

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

danfojs-browser/types/core/frame.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,5 +551,5 @@ export class DataFrame extends NDframe implements DataFrameInterface {
551551
inplace?: boolean;
552552
}): DataFrame | void;
553553

554-
groupby(column: string): GroupBy;
554+
groupby(column: Array<string>): GroupBy;
555555
}

danfojs-node/types/core/frame.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,5 +551,5 @@ export class DataFrame extends NDframe implements DataFrameInterface {
551551
inplace?: boolean;
552552
}): DataFrame | void;
553553

554-
groupby(column: string): GroupBy;
554+
groupby(column: Array<string>): GroupBy;
555555
}

0 commit comments

Comments
 (0)