-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add
SparkLikeExpr
methods: median
, clip
, is_between
, `i…
…s_duplicated`, `is_finite`, `is_in`, `is_unique`, `len`, `round` and `skew`(#1721) * feat(spark): add missing methods to SparkLikeExpr * feat(spark): add few missing methods * fix: add xfail to median when python<3.9 * fix: fixing reviewd requests & updated tests * fix: fix `PYSPARK_VERSION` for `median` calculation * fix: fix refactor issue * fix: remove `is_nan` method * fix: fixing `is_duplicated` & `is_unique` & remove `n_unique` --------- Co-authored-by: Francesco Bruzzesi <[email protected]>
- Loading branch information
1 parent
92e3b87
commit 46a030a
Showing
4 changed files
with
323 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.