The naming and/or placement in types module feels a bit odd.

```python
pa.types.is_integer_object(pa.types.int16())  # False
```

Perhaps `is_<type>_value`? Or how about creating a `pyarrow.inference` module 
with `is_bool`, `is_int`, `is_float` functions? 


[ Full content available at: https://github.com/apache/arrow/pull/2659 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to