Skip to content

Commit

Permalink
improvement of description of rules
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins committed Apr 2, 2019
1 parent ca04449 commit 7e590b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/lib/indexing.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ For performance reasons, accessing, via `getindex` or `view`, a single `row` and

## `setindex!`, `setproperty!` and broadcasted assignment


The following list the effect of `setindex!`, `setproperty!` and broadcasted assignment and operations.

In all operations copying is performed in general.
Expand Down Expand Up @@ -148,6 +147,7 @@ If it is not performed a description explicitly mentions that the data is assign
* if `v` is a `DataFrameRow` or `NamedTuple` or `AbstractDict` then
* `length(v)` must be equal to `length(cols)`
* before making any assignment `cols` is transformed to `Symbols` using `names(df)`
* column names in `v` must be the same as selected by `cols`
* an operation `df[row, col] = v[col]` for `col in cols` is performed
* if `v` is a `AbstractVector{<:AbstractVector}` or `NTuple{N,AbstractVector}`:
Expand Down

0 comments on commit 7e590b0

Please sign in to comment.