-
Notifications
You must be signed in to change notification settings - Fork 180
feat: Add concat(..., how="*_relaxed"})
#3398
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
Draft
FBruzzesi
wants to merge
24
commits into
dtypes/supertyping
Choose a base branch
from
feat/supertyping-relaxed-concat
base: dtypes/supertyping
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
3b49eff
WIP: Add relaxed versions for all but Dask
FBruzzesi 336f652
WIP: Add unit tests
FBruzzesi 7d4cb37
fixup col name and pyarrow
FBruzzesi 0f17849
minor standardization
FBruzzesi cebeeda
pandas-like promote_dtype_backend
FBruzzesi 942af32
dask and tests
FBruzzesi 9743d24
add to_supertype coverage
FBruzzesi 1aa2232
Merge branch 'dtypes/supertyping' into feat/supertyping-relaxed-concat
FBruzzesi 3328f2f
skip ibis diagonal
FBruzzesi 23d0cd4
fix(typing): Make `pyright` happier
dangotbanned e0ce9eb
fix(typing): Pacify `mypy` for `pandas_like`
dangotbanned 4b484f4
wow that was a useless error message!
dangotbanned 683c835
fix(typing): Tell `mypy` we have a wider type than the first assignment
dangotbanned 5bffccd
perf: Avoid unnecessary `lambda`s
dangotbanned 8fabb13
perf: Use a generator instead of intermediate `dict`
dangotbanned c658320
perf: Optimize, rename `promote_dtype_backends`
dangotbanned 909f06b
ibis diagonal relaxed
FBruzzesi c832b72
combine_schemas -> merge_schemas
FBruzzesi 41f8679
merge head
FBruzzesi 4a1b946
preserve unknown for lazy backends
FBruzzesi cdae5c8
merge head and solve conflicts
FBruzzesi b205ddb
preserve original dtype if not supported by narwhals
FBruzzesi 61205dd
require pyarrow 19
FBruzzesi b3576dc
add reason
FBruzzesi 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
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.