Skip to content

Commit 817179b

Browse files
authored
Merge pull request #469 from kgeis/patch-1
fix copy/paste error in df.apply documentation
2 parents 0ec493e + 4161345 commit 817179b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/danfojs-base/core/frame.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2523,7 +2523,7 @@ export default class DataFrame extends NDframe implements DataFrameInterface {
25232523
* Objects passed to the function are Series values whose
25242524
* index is either the DataFrame’s index (axis=0) or the DataFrame’s columns (axis=1)
25252525
* @param callable Function to apply to each column or row.
2526-
* @param options.axis 0 or 1. If 0, compute the power column-wise, if 1, row-wise
2526+
* @param options.axis 0 or 1. If 0, apply the function column-wise, if 1, row-wise
25272527
*
25282528
* @example
25292529
* ```

0 commit comments

Comments
 (0)