Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python] RecordBatch [i:j] syntax is incomplete #16567

Closed
asfimport opened this issue May 7, 2017 · 2 comments
Closed

[Python] RecordBatch [i:j] syntax is incomplete #16567

asfimport opened this issue May 7, 2017 · 2 comments

Comments

@asfimport
Copy link

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

Reporter: Wes McKinney / @wesm
Assignee: Wes McKinney / @wesm

Note: This issue was originally created as ARROW-968. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
PR: #908

@asfimport
Copy link
Author

Wes McKinney / @wesm:
Issue resolved by pull request 908
#908

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants