Antoine Pitrou created ARROW-2286:
-------------------------------------
Summary: [Python] Allow subscripting pyarrow.lib.StructValue
Key: ARROW-2286
URL: https://issues.apache.org/jira/browse/ARROW-2286
Project: Apache Arrow
Issue Type: Wish
Components: Python
Affects Versions: 0.8.0
Reporter: Antoine Pitrou
{code:python}
>>> obj
{'x': 42, 'y': True}
>>> type(obj)
pyarrow.lib.StructValue
>>> obj['x']
Traceback (most recent call last):
File "<ipython-input-96-93ad3443b3c6>", line 1, in <module>
obj['x']
TypeError: 'pyarrow.lib.StructValue' object is not subscriptable
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)