Skip to content

Commit

Permalink
docs(rust): Remove outdated reference to horizontal concat feature (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored Jan 30, 2024
1 parent 1683ea1 commit bc9aac2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion crates/polars-lazy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ features = [
"fused",
"futures",
"hist",
"horizontal_concat",
"interpolate",
"ipc",
"is_first_distinct",
Expand Down
1 change: 0 additions & 1 deletion crates/polars/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@
//! - `group_by_list` - Allow group_by operation on keys of type List.
//! - `row_hash` - Utility to hash [`DataFrame`] rows to [`UInt64Chunked`]
//! - `diagonal_concat` - Concat diagonally thereby combining different schemas.
//! - `horizontal_concat` - Concat horizontally and extend with null values if lengths don't match
//! - `dataframe_arithmetic` - Arithmetic on ([`Dataframe`] and [`DataFrame`]s) and ([`DataFrame`] on [`Series`])
//! - `partition_by` - Split into multiple [`DataFrame`]s partitioned by groups.
//! * [`Series`]/[`Expr`] operations:
Expand Down
1 change: 0 additions & 1 deletion docs/user-guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ The opt-in features are:
- `group_by_list` - Allow group by operation on keys of type List.
- `row_hash` - Utility to hash DataFrame rows to UInt64Chunked
- `diagonal_concat` - Concat diagonally thereby combining different schemas.
- `horizontal_concat` - Concat horizontally and extend with null values if lengths don't match
- `dataframe_arithmetic` - Arithmetic on (Dataframe and DataFrames) and (DataFrame on Series)
- `partition_by` - Split into multiple DataFrames partitioned by groups.
- `Series`/`Expression` operations:
Expand Down

0 comments on commit bc9aac2

Please sign in to comment.