[
https://issues.apache.org/jira/browse/ARROW-968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney updated ARROW-968:
-------------------------------
Fix Version/s: 0.6.0
> [Python] RecordBatch [i:j] syntax is incomplete
> -----------------------------------------------
>
> Key: ARROW-968
> URL: https://issues.apache.org/jira/browse/ARROW-968
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Affects Versions: 0.3.0
> Reporter: Wes McKinney
> Fix For: 0.6.0
>
>
> {code}
> In [11]: batch[:2]
> ---------------------------------------------------------------------------
> TypeError Traceback (most recent call last)
> <ipython-input-11-318d8cbf9717> in <module>()
> ----> 1 batch[:2]
> /home/wesm/code/arrow/python/pyarrow/_table.pyx in
> pyarrow._table.RecordBatch.__getitem__
> (/home/wesm/code/arrow/python/build/temp.linux-x86_64-3.5/_table.cxx:6629)()
> TypeError: an integer is required
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)