Skip to content

Commit 0707618

Browse files
committed
update args type
1 parent a364386 commit 0707618

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/danfojs-base/aggregators/groupby.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ export default class Groupby {
450450
return this.operations("min")
451451
}
452452

453-
get_group(keys: Array<string>): DataFrame {
453+
get_group(keys: Array<string | number>): DataFrame {
454454
let dictKey = keys.join("-")
455455
let colDict: { [key: string ]: {} } = {}
456456
colDict[dictKey] = {...this.colDict[dictKey]}

0 commit comments

Comments
 (0)