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

question: investigate pandas alternatives #4

Open
aMahanna opened this issue Jul 27, 2022 · 2 comments
Open

question: investigate pandas alternatives #4

aMahanna opened this issue Jul 27, 2022 · 2 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@aMahanna
Copy link
Member

aMahanna commented Jul 27, 2022

This is something that we may need to address for dealing with (potential expected) scalability issues with the adapter.

Some things to note:

  • We are currently creating a Pandas DataFrame from a python-arango AQL cursor
  • Pandas does not use GPU, we can perhaps look into support cudf as an alternative
  • vaex is another popular library for use cases similar to Pandas, would have to further investigate
@aMahanna aMahanna added help wanted Extra attention is needed question Further information is requested labels Jul 27, 2022
@aMahanna
Copy link
Member Author

This is slightly related to arangoml/networkx-adapter#87

@aMahanna
Copy link
Member Author

Batching has been introduced in #19 to reduce the load on our pandas DataFrames for the time being

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant