Skip to content

Commit

Permalink
update outdated documentation of views
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins committed Aug 4, 2020
1 parent ac5d102 commit d4b55c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions src/dataframerow/dataframerow.jl
Expand Up @@ -21,9 +21,6 @@ You can also access the data in a `DataFrameRow` using the `getproperty` and
`setproperty!` functions and convert it to a `Tuple`, `NamedTuple`, or `Vector`
using the corresponding functions.
It is possible to create a `DataFrameRow` with duplicate columns.
All such columns will have a reference to the same entry in the parent `DataFrame`.
If the selection of columns in a parent data frame is passed as `:` (a colon)
then `DataFrameRow` will always have all columns from the parent,
even if they are added or removed after its creation.
Expand Down
4 changes: 0 additions & 4 deletions src/subdataframe/subdataframe.jl
Expand Up @@ -8,10 +8,6 @@ A `SubDataFrame` is an `AbstractDataFrame`, so expect that most
DataFrame functions should work. Such methods include `describe`,
`summary`, `nrow`, `size`, `by`, `stack`, and `join`.
Indexing is just like a `DataFrame` except that it is possible to create a
`SubDataFrame` with duplicate columns. All such columns will have a reference
to the same entry in the parent `DataFrame`.
If the selection of columns in a parent data frame is passed as `:` (a colon)
then `SubDataFrame` will always have all columns from the parent,
even if they are added or removed after its creation.
Expand Down

0 comments on commit d4b55c0

Please sign in to comment.