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

Feature: dataframe support #71

Merged
merged 40 commits into from
Mar 16, 2024
Merged

Conversation

caffeine-addictt
Copy link
Member

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Breaking Change
  • Documentation Update

Description

  • Add compatibility options

Related Tickets & Documents

QA Instructions, Screenshots, Recordings

Please replace this line with instructions on how to test your changes, a note
on the devices and browsers this has been tested on, as well as any relevant
images for UI changes.

Added/updated tests?

We encourage you to keep the code coverage percentage at 80% and above.

  • Yes
  • No, and this is why: please replace this line with details on why tests
    have not been included
  • I need help with writing tests

[optional] Are there any post deployment tasks we need to perform?

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Enables partial support with overloading
__getitem__ for accessing with [int] syntax (Example: [1, 2][0])
__len__ for compatibility with the len() function

Ref: #67
_get_value if __getitem__ is not present
_length if __len__ is not present
Following python raised exception when not all required arguments are passed (TypeError)
Use ValueError for bad values
Use TypeError for bad types

Ref: #67
@caffeine-addictt caffeine-addictt added the Type: Feature Suggest a new feature. label Mar 16, 2024
@caffeine-addictt caffeine-addictt self-assigned this Mar 16, 2024
@caffeine-addictt caffeine-addictt linked an issue Mar 16, 2024 that may be closed by this pull request
10 tasks
@caffeine-addictt caffeine-addictt merged commit 2a89bf5 into main Mar 16, 2024
26 checks passed
@caffeine-addictt caffeine-addictt deleted the feature/dataframe-support branch March 16, 2024 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Suggest a new feature.
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Feature] ParallelProcessing Support for dataframes
1 participant