-
Notifications
You must be signed in to change notification settings - Fork 180
feat: Adds Compliant(When|Then)
#2261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
f6deab5
feat(DRAFT): Adds `Compliant(When|Then)`
dangotbanned db5c25f
Merge remote-tracking branch 'upstream/main' into compliant-when
dangotbanned 3486f55
chore(DRAFT): Try out more complete `CompliantThen`
dangotbanned f1689e7
fix(typing): make `SeriesT` invariant
dangotbanned de3ccad
fix(typing): Sneaky `_when` to avoid `_call` overloading
dangotbanned 8d671b2
feat: Implement `Arrow(Then|When)`
dangotbanned 1ac7daa
fix: Older `Protocol` compat?
dangotbanned 9e7d848
chore: imports/exports
dangotbanned ebbefa8
feat: Implement `Dask(Then|When)`
dangotbanned 6767c38
feat: Implement `Pandas(When|Then)`
dangotbanned 396605e
Merge remote-tracking branch 'upstream/main' into compliant-when
dangotbanned 5a22284
refactor: `CompliantWhen.__init__` -> `.from_expr`
dangotbanned c002fcf
refactor: Naming conventions
dangotbanned 3b81fbe
refactor(typing): Clean up, expose bound aliases
dangotbanned f2149e6
Make annotations readable again
dangotbanned 32d2741
typo
dangotbanned 541f532
feat: Implement `DuckDB(When|Then)`
dangotbanned 6183be7
Merge remote-tracking branch 'upstream/main' into compliant-when
dangotbanned 724ff96
feat: Implement `SparkLike(When|Then)`
dangotbanned a9a6ccd
refactor: Add `EagerDataFrame._extract_comparand`
dangotbanned 5adda67
feat: Implement `EagerWhen` :sunglasses:
dangotbanned 9c9ea48
chore(typing): Partially annotate `.when`
dangotbanned cc5cce1
refactor: Initial `LazyWhen` idea
dangotbanned b0b1a05
refactor(DRAFT): `LazyWhen`
dangotbanned 9c680dc
remove dead code
dangotbanned ededf10
refactor: remove from `spark_like` as well
dangotbanned 2e38646
Merge remote-tracking branch 'upstream/main' into compliant-when
dangotbanned 9c85a3f
Merge branch 'main' into compliant-when
dangotbanned ed2e7e8
Merge branch 'main' into compliant-when
MarcoGorelli 07f51da
merge fixup
MarcoGorelli a339a5e
revert: redo merge conflict from (https://github.com/narwhals-dev/narβ¦
dangotbanned 9632f3a
Merge branch 'compliant-when' of https://github.com/narwhals-dev/narwβ¦
dangotbanned 328bb43
Update imports/exports
dangotbanned File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before anyone asks - yes this is a fully working implementation π
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wow!