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.
2 parents 0ec493e + 4161345 commit 817179bCopy full SHA for 817179b
src/danfojs-base/core/frame.ts
@@ -2523,7 +2523,7 @@ export default class DataFrame extends NDframe implements DataFrameInterface {
2523
* Objects passed to the function are Series values whose
2524
* index is either the DataFrame’s index (axis=0) or the DataFrame’s columns (axis=1)
2525
* @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
+ * @param options.axis 0 or 1. If 0, apply the function column-wise, if 1, row-wise
2527
*
2528
* @example
2529
* ```
0 commit comments