jorisvandenbossche commented on code in PR #37986:
URL: https://github.com/apache/arrow/pull/37986#discussion_r1344511448
##########
python/pyarrow/interchange/from_dataframe.py:
##########
@@ -339,6 +349,9 @@ def buffers_to_array(
buffer : ColumnBuffers
Dictionary containing tuples of underlying buffers and
their associated dtype.
+ data_type : Tuple[DtypeKind, int, str, str],
+ Dtype description as a tuple ``(kind, bit-width, format string,
Review Comment:
```suggestion
Dtype description of the column as a tuple ``(kind, bit-width,
format string,
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]