pitrou commented on issue #49003:
URL: https://github.com/apache/arrow/issues/49003#issuecomment-3810114546
Ok, so the question is: what should our behavior be here and can we do
something about it? I see that Pandas reads such very small number as double:
```python
>>> pd.read_csv(io.BytesIO(f"data\n10E-600\n".encode()))
data
0 0.0
```
--
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]