You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/05/07 23:48:04 UTC

[jira] [Created] (ARROW-968) [Python] RecordBatch [i:j] syntax is incomplete

Wes McKinney created ARROW-968:
----------------------------------

             Summary: [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


{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.3.15#6346)