You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we manually vendor in the dataframe interchange pipeline, which originally live in https://github.com/data-apis/dataframe-api. Ideally we'd instead have that repo as a submodule, as we can effectively pin what we're working with and get updates as they come. Unfortunately the spec doesn't quite work as code due to missing imports and other minor typing problems.
So once I'm more happy with the API-as-importable-code situation, I'll submit an appropriate PR to dataframe-api repo, I should be able to drop tests/api.py in favour of a dynamically imported API.
Right now we manually vendor in the dataframe interchange pipeline, which originally live in https://github.com/data-apis/dataframe-api. Ideally we'd instead have that repo as a submodule, as we can effectively pin what we're working with and get updates as they come. Unfortunately the spec doesn't quite work as code due to missing imports and other minor typing problems.
So once I'm more happy with the API-as-importable-code situation, I'll submit an appropriate PR to
dataframe-api
repo, I should be able to droptests/api.py
in favour of a dynamically imported API.EDIT: might be we can just wait for data-apis/dataframe-api#74 to merge
The text was updated successfully, but these errors were encountered: