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 a126baa commit 0d7406bCopy full SHA for 0d7406b
1 file changed
src/danfojs-base/shared/types.ts
@@ -244,7 +244,8 @@ export interface DataFrameInterface extends NDframeInterface {
244
column: string,
245
values: Series | ArrayType1D,
246
options?: {
247
- inplace?: boolean
+ inplace?: boolean,
248
+ atIndex?: number
249
}
250
): DataFrame | void
251
groupby(column: [string, string]): any //Update to GroupBy class later
0 commit comments