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 55778ce commit 4b8c1fdCopy full SHA for 4b8c1fd
1 file changed
src/danfojs-base/shared/types.ts
@@ -252,7 +252,7 @@ export interface DataFrameInterface extends NDframeInterface {
252
values: Series | ArrayType1D,
253
options?: {
254
inplace?: boolean,
255
- atIndex?: number
+ atIndex?: number | string
256
}
257
): DataFrame | void
258
groupby(column: [string, string]): any //Update to GroupBy class later
0 commit comments