-
Notifications
You must be signed in to change notification settings - Fork 180
fix(typing): Avoid overlapping DataFrame, LazyFrame
#2944
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
38 commits
Select commit
Hold shift + click to select a range
4c22a90
fix everything except `join`, `v1`, `v2`
dangotbanned b5f76f0
fix(typing): Get `mypy` happier
dangotbanned 2b3d2bf
fix(typing): Finish `v1`
dangotbanned a57fb05
ignore everything in `join_test`
dangotbanned 6f764a6
fix(typing): `v2` happy?
dangotbanned c102992
fix(typing): avoid `[assignment]`
dangotbanned c0e08a9
fix(typing): Avoid confusing mypy
dangotbanned 2cae9bd
Merge remote-tracking branch 'upstream/main' into native-dataframe-sized
dangotbanned 89095ce
oooooh i think we're close
dangotbanned 789a6da
Merge remote-tracking branch 'upstream/main' into native-dataframe-sized
dangotbanned 13ab677
Merge branch 'main' into native-dataframe-sized
dangotbanned 0d4b6f7
Merge branch 'main' into native-dataframe-sized
dangotbanned 9cd60d1
Merge remote-tracking branch 'upstream/main' into native-dataframe-sized
dangotbanned bb34017
Merge branch 'main' into native-dataframe-sized
dangotbanned 7329992
Merge remote-tracking branch 'upstream/main' into native-dataframe-sized
dangotbanned 31d785b
Merge branch 'main' into native-dataframe-sized
dangotbanned 6574c57
Merge branch 'main' into native-dataframe-sized
dangotbanned f5ae9fb
Merge branch 'main' into native-dataframe-sized
dangotbanned ac662ea
Merge branch 'main' into native-dataframe-sized
dangotbanned 56102a9
fix: avoid introducing `__all__` extension
dangotbanned 3e14692
refactor: rename external import guard
dangotbanned eb7929a
refactor: Reuse `v1.typing.DataFrameLike` def
dangotbanned ea96b84
refactor(typing): Realign, simplify `get_native_namespace`
dangotbanned 33178dc
test(typing): Ensure type ignore only on lazy branch
dangotbanned 7b329c5
test(typing): Fix dask `union-attr`
dangotbanned 9a7bf8f
test(typing): repeat pandas assign cast fix
dangotbanned e9b2435
Merge branch 'main' into native-dataframe-sized
dangotbanned 974c4a5
Merge branch 'main' into native-dataframe-sized
dangotbanned cd54eaf
Merge branch 'main' into native-dataframe-sized
dangotbanned 99d19e4
Merge remote-tracking branch 'upstream/main' into native-dataframe-sized
dangotbanned 482eca8
Merge branch 'main' into native-dataframe-sized
dangotbanned dbe4432
test: Call `.lazy()` before every join test
dangotbanned 3c7e1cc
test: Move into a documented helper
dangotbanned 2426e36
Merge branch 'main' into native-dataframe-sized
dangotbanned dcd67f5
Merge branch 'main' into native-dataframe-sized
dangotbanned a1002f1
Merge branch 'main' into native-dataframe-sized
dangotbanned 4eadd63
test: `PolarsDataFrame.join` coverage
dangotbanned d3b8e13
test: `DataFrame.join_asof` coverage
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
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.
Pretty sure this
Incompleteis unavoidable, just like the[type-var]warnings onv1.DataFrameLikenarwhals/narwhals/stable/v1/__init__.py
Lines 96 to 98 in 89095ce
I'm much happier to eat those two, when it fixes sooooooooo much else π₯³