You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/byrow/doc.jl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1292,7 +1292,7 @@ Variant of `byrow(stdze!)` which pass a copy of `ds` and leave `ds` untouched.
1292
1292
1293
1293
Return the result of calling `fun` on each row of `ds` selected by `cols`. The `fun` function must accept one argument which contains the values of each row as a vector of values and return a scalar.
1294
1294
1295
-
When user passes a type as `fun` and a single column as `cols`, `byrow` convert the corresponding column to the type specified by `fun`.
1295
+
When user passes a "Type" as `fun` and a single column as `cols`, `byrow` converts the corresponding column to the type specified by `fun` using the `convert` function in Base Julia.
1296
1296
1297
1297
For generic functions there are the below special cases:
0 commit comments