Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/filter_empty_byrow' into filter_…
Browse files Browse the repository at this point in the history
…empty_byrow
  • Loading branch information
bkamins committed Oct 11, 2020
2 parents ece1eef + 1ec2aad commit d40da5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Expand Up @@ -74,7 +74,7 @@
which if set to `true` makes them retun a `SubDataFrame` view into the passed
data frame.
* add `only` method for `AbstractDataFrame` ([#2449](https://github.com/JuliaData/DataFrames.jl/pull/2449))
* passig empty sets of columns in `filter`/`filter!` and in `select`/`transform`/`combine`
* passing empty sets of columns in `filter`/`filter!` and in `select`/`transform`/`combine`
with `ByRow` is now accepted ([#2476](https://github.com/JuliaData/DataFrames.jl/pull/2476))

## Deprecated
Expand Down

0 comments on commit d40da5c

Please sign in to comment.