-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Closed
Labels
BugInterchangeDataframe Interchange ProtocolDataframe Interchange ProtocolStringsString extension data type and string dataString extension data type and string data
Description
Pandas version checks
-
I have checked that this issue has not already been reported.
-
I have confirmed this bug exists on the latest version of pandas.
-
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
When inspecting the offsets buffer of a string sent via the interchange protocol the buffer uses 8 bytes per entry to store an offset even when the format code is "u"
LargeString should use 8 bytes per entry, but has a different format code of "U"Issue Description
see above
Expected Behavior
u should have 4 byte offsets, U should have 8
Installed Versions
main
Metadata
Metadata
Assignees
Labels
BugInterchangeDataframe Interchange ProtocolDataframe Interchange ProtocolStringsString extension data type and string dataString extension data type and string data