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

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   ```python
   In [1]: import pyarrow as pa
   
   In [4]: pa.array(pa.array([float("nan"), None]), from_pandas=True)
   Out[4]: 
   <pyarrow.lib.DoubleArray object at 0x7f91bbd90f40>
   [
     nan,
     null
   ]
   
   In [5]: pa.__version__
   Out[5]: '14.0.1'
   ```
   
   If an arrow array is considered an ndarray-like data according to the docs, 
I would assume the nan would be inferred as null
   
   ### 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