We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Our array storage and interface are currently bound to ndarray crate. However it looks like arrow or arrow2 could be used for:
ndarray
arrow
arrow2
pyarrow
light-curve-python
pyO3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Our array storage and interface are currently bound to
ndarray
crate. However it looks likearrow
orarrow2
could be used for:pyarrow
inlight-curve-python
.arrow
is an official implementation of Apache Arrow,arrow2
is not.arrow
providespyO3
bindings forpyarrow
,arrow2
gives an example code for how to do it.arrow2
declares that it is faster.The text was updated successfully, but these errors were encountered: