pitrou opened a new issue, #39277:
URL: https://github.com/apache/arrow/issues/39277

   ### Describe the enhancement requested
   
   This is a small annoyance:
   ```python
   >>> pa.binary(11).bit_width
   88
   >>> pa.binary(11).byte_width
   11
   >>> pa.int64().bit_width
   64
   >>> pa.int64().byte_width
   Traceback (most recent call last):
     Cell In[2], line 1
       pa.int64().byte_width
   AttributeError: 'pyarrow.lib.DataType' object has no attribute 'byte_width'
   ```
   
   ### Component(s)
   
   Python


-- 
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]

Reply via email to