File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1151,6 +1151,11 @@ data frames.
1151
1151
function instead as it is consistent with other DataFrames.jl functions
1152
1152
(as opposed to `filter`).
1153
1153
1154
+ !!! note
1155
+
1156
+ Due to type stability the `filter(cols => fun, df::AbstractDataFrame; view::Bool=false)`
1157
+ call is preferred in performance critical applications.
1158
+
1154
1159
$METADATA_FIXED
1155
1160
1156
1161
See also: [`filter!`](@ref)
@@ -1281,6 +1286,11 @@ data frames.
1281
1286
function instead as it is consistent with other DataFrames.jl functions
1282
1287
(as opposed to `filter!`).
1283
1288
1289
+ !!! note
1290
+
1291
+ Due to type stability the `filter!(cols => fun, df::AbstractDataFrame)`
1292
+ call is preferred in performance critical applications.
1293
+
1284
1294
$METADATA_FIXED
1285
1295
1286
1296
See also: [`filter`](@ref)
You can’t perform that action at this time.
0 commit comments