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

feat: implemented DataFrame.gets() function #9

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

arika0093
Copy link

This function serves as the array version of DataFrame.get(). It allows returning results in an array format, removing the constraints imposed by the number of rows.
Internally, the function simply calls DataFrame.get() for each row of the DataFrame.

Basic testing has been performed and added, but there might still be some edge cases that were overlooked.
Additionally, I have made some minor adjustments to the comments, but there might be some missed areas, and I apologize for that.

This function serves as the array version of DataFrame.get() and returns multiple values.
@arika0093 arika0093 marked this pull request as ready for review August 5, 2023 17:50
@arika0093 arika0093 changed the title feat: implementation of DataFrame.gets() function feat: implemented of DataFrame.gets() function Aug 5, 2023
@arika0093 arika0093 changed the title feat: implemented of DataFrame.gets() function feat: implemented DataFrame.gets() function Aug 5, 2023
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.

1 participant