-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Implementation of iteration over values of a column in an IterableDataset object #7564
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
Implementation of iteration over values of a column in an IterableDataset object #7564
Conversation
A couple of questions:
|
Great ! and chained indexing was easy indeed, thanks :) regarding your questions:
Oh good catch, both should be fixed indeed. Feel free to open a new PR for those docs fixes
Yep good idea, I think in both places, since /stream is supposed to be exhaustive, and /access already mentions accessing a specific column for |
@lhoestq, thank you for the answers!
👍, I'll try to add something. By the way, do you have any ideas about why the CI pipelines have failed? Essentially, I've already encountered these problems here. |
I've updated /stream and /access, please check the style and clarity. By the way, I would like to add |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Refers to this issue.