We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a364386 commit 0707618Copy full SHA for 0707618
1 file changed
src/danfojs-base/aggregators/groupby.ts
@@ -450,7 +450,7 @@ export default class Groupby {
450
return this.operations("min")
451
}
452
453
- get_group(keys: Array<string>): DataFrame {
+ get_group(keys: Array<string | number>): DataFrame {
454
let dictKey = keys.join("-")
455
let colDict: { [key: string ]: {} } = {}
456
colDict[dictKey] = {...this.colDict[dictKey]}
0 commit comments