-
Notifications
You must be signed in to change notification settings - Fork 795
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
Fix type checker errors for libraries such as Polars where Altair uses dataframe interchange protocol #3297
Merged
Commits on Dec 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 485d03f - Browse repository at this point
Copy the full SHA 485d03fView commit details -
Remove interchange types which are not used. For Column, only keep th…
…e parts of the Protocol which we need for our codebase to make the type hint more flexible
Configuration menu - View commit details
-
Copy full SHA for 83f6ec0 - Browse repository at this point
Copy the full SHA 83f6ec0View commit details -
Remove unused methods and properties of DataFrame Protocol, i.e. only…
… keep the ones which are relevant for our codebase. get_chunks is not directly used in Altair codebase but is relevant for pi.from_dataframe
Configuration menu - View commit details
-
Copy full SHA for b6927f3 - Browse repository at this point
Copy the full SHA b6927f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e637c1 - Browse repository at this point
Copy the full SHA 4e637c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 201ff76 - Browse repository at this point
Copy the full SHA 201ff76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eab849 - Browse repository at this point
Copy the full SHA 4eab849View commit details -
Specify explicit signature for __dataframe__. Remove DataFrame.versio…
…n as Pyright doesn't like that in Polars it is specified as a property which is semantically not the same as an attribute (the later can be set, properties are read-only by default)
Configuration menu - View commit details
-
Copy full SHA for 217939c - Browse repository at this point
Copy the full SHA 217939cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c84eb6 - Browse repository at this point
Copy the full SHA 6c84eb6View commit details
Commits on Dec 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9fdd3b0 - Browse repository at this point
Copy the full SHA 9fdd3b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dbad9e - Browse repository at this point
Copy the full SHA 6dbad9eView commit details
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.