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

implement op that reads multiple rows from dataframe #395

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

mosheraboh
Copy link
Collaborator

No description provided.

"sample_id": [0, 1, 2, 3, 4]
"my_data": [10, 11, 12, 13, 14]
})
sample_dict = {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any reason you don't accept a list of items instead of token separated string ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need hashable object like string or tuple.
We do have an issue with tuple ids - so for now I've decided to go with string.
We can extend it to tuple by providing null separator in the future. WDYT?

Copy link
Collaborator

@YoelShoshan YoelShoshan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!
see comments

@mosheraboh mosheraboh merged commit 0f24c39 into master Feb 4, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants