Skip to content
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

[Docs][Python] Document DataFrame Interchange Protocol implementation and usage #33980

Closed
Tracked by #33982
AlenkaF opened this issue Feb 1, 2023 · 0 comments · Fixed by #35835
Closed
Tracked by #33982

[Docs][Python] Document DataFrame Interchange Protocol implementation and usage #33980

AlenkaF opened this issue Feb 1, 2023 · 0 comments · Fixed by #35835

Comments

@AlenkaF
Copy link
Member

AlenkaF commented Feb 1, 2023

Describe the enhancement requested

Dataframe Interchange protocol is already implemented for pa.Table and will also include pa.RecordBatch in a separate PR:

This issue should cover the update of the documentation with examples and summary of the implementation.

Component(s)

Documentation

@AlenkaF AlenkaF self-assigned this Feb 1, 2023
@AlenkaF AlenkaF added this to the 13.0.0 milestone May 30, 2023
jorisvandenbossche added a commit that referenced this issue Jun 7, 2023
…ementation and usage (#35835)

_edit: just added something_
* Closes: #33980

Lead-authored-by: AlenkaF <frim.alenka@gmail.com>
Co-authored-by: Alenka Frim <AlenkaF@users.noreply.github.com>
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment