Skip to content

Commit

Permalink
add manual entry
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins committed Oct 18, 2023
1 parent 45996d4 commit 2371c47
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/src/lib/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a list of operations that currently make use of multi-threading:
* a transformation produces one row per group and the passed transformation
is a custom function (i.e. not for standard reductions, which use
optimized single-threaded methods).
- `dropmissing` when the provided data frame has more than 1 column and `view=false`
- `dropmissing` when the provided data frame has more than 1 column and `view=false`
(subsetting of individual columns is spawned in separate tasks).

In general at least Julia 1.4 is required to ensure that multi-threading is used
Expand Down Expand Up @@ -170,6 +170,11 @@ unique
unique!
```

## Filtering columns
```@docs
findcols
```

## Working with missing values
```@docs
allowmissing
Expand Down

0 comments on commit 2371c47

Please sign in to comment.