When I try to read a table and convert it to pandas, I get a strange error I
haven't seen before:
```python
File "pyarrow/table.pxi", line 1326, in pyarrow.lib.Table.to_pandas
File
"/home/ubuntu/src/anaconda3/envs/keras1.2_p3/lib/python3.6/site-packages/pyarrow/pandas_compat.py",
line 577, in table_to_blockmanager
blocks = _table_to_blocks(options, block_table, memory_pool, categories)
File
"/home/ubuntu/src/anaconda3/envs/keras1.2_p3/lib/python3.6/site-packages/pyarrow/pandas_compat.py",
line 742, in _table_to_blocks
categories)
File "pyarrow/table.pxi", line 971, in pyarrow.lib.table_to_blocks
File "pyarrow/error.pxi", line 85, in pyarrow.lib.check_status
pyarrow.lib.ArrowMemoryError
```
[ Full content available at: https://github.com/apache/arrow/issues/2549 ]
This message was relayed via gitbox.apache.org for [email protected]