Add new functions to Series and Expressions, some docs update #319
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New functions in src\lazy\dsl.rs
Update documentation for Series in polars/series/*
Unfortunately Namespaces are not consistent between Series and Lazy with current polars sources (or I didn't succeed to align them).
So not sure that Namespaces in shared_traits are very usefull.
Update implementation and documentation for Expr in polars/lazy/expr/*
Add new tests
2 new added tests are still skipped with comment "// TODO: Remove skip when polars-plan will support for "dynamic pattern length in 'str.replace' expressions""
Lint on rust (cargo fmt) and typescript (biome) OK
Doc generation OK : typedoc --> [warning] Found 0 errors and 358 warnings
Tests passed
Test Suites: 14 passed, 14 total
Tests: 3 skipped, 3 todo, 1052 passed, 1058 total
Snapshots: 0 total
Time: 26.468 s, estimated 30 s
Ran all test suites.
Configuation used