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
GH-37145: [Python] support boolean columns with bitsize 1 in from_dataframe (#37975)
### Rationale for this change
Bit-packed booleans are currently not supported in the `from_dataframe` of the Dataframe Interchange Protocol.
Note: We currently represent booleans in the pyarrow implementation as `uint8` which will also need to be changed in a follow-up PR (see data-apis/dataframe-api#227).
### What changes are included in this PR?
This PR adds the support for bit-packed booleans when consuming a dataframe interchange object.
### Are these changes tested?
Only locally, currently!
* Closes: #37145
Lead-authored-by: AlenkaF <[email protected]>
Co-authored-by: Alenka Frim <[email protected]>
Signed-off-by: AlenkaF <[email protected]>
0 commit comments