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

Issue/97/concat #98

Merged
merged 8 commits into from
May 28, 2024
Merged

Issue/97/concat #98

merged 8 commits into from
May 28, 2024

Conversation

eacharles
Copy link
Collaborator

Problem & Solution Description (including issue #)

The adds tools to do concatanation and slicing. These will be very useful from working with multiple files.

Code Quality

  • My code follows the code style of this project
  • I have written unit tests or justified all instances of #pragma: no cover; in the case of a bugfix, a new test that breaks as a result of the bug has been added
  • My code contains relevant comments and necessary documentation for future maintainers; the change is reflected in applicable demos/tutorials (with output cleared!) and added/updated docstrings use the NumPy docstring format
  • Any breaking changes, described above, are accompanied by backwards compatibility and deprecation warnings

sidneymau and others added 8 commits May 28, 2024 12:51
* Initial commit for pyarrow support

* fix up some unit test, not full coverage yet

* Cast arrow array to numpy array

* WIP, unit tests

* get unit test working

* Propagate metadata to pyarrow tables

* tweak for full coverage

---------

Co-authored-by: Eric Charles <echarles@gmail.com>
Copy link

@ztq1996 ztq1996 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.

@eacharles eacharles merged commit 8f1677c into main May 28, 2024
6 checks passed
@eacharles eacharles deleted the issue/97/concat branch May 28, 2024 23:38
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.

3 participants