Skip to content

Commit 3d45999

Browse files
committed
fix typo
1 parent 9c485e3 commit 3d45999

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

danfojs/src/core/groupby.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ export class GroupBy {
378378
let k_data = key_val[key_2]
379379
let kk = []
380380
kk[0] = isNaN(parseInt(key_1)) ? key_1 : parseInt(key_1)
381-
kk[1] = isNaN(parseInt(key_2)) ? key_1 : parseInt(key_2)
381+
kk[1] = isNaN(parseInt(key_2)) ? key_2 : parseInt(key_2)
382382
kk.push(...k_data)
383383
df_data.push(kk)
384384

0 commit comments

Comments
 (0)