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

write data wrangling classes #6

Open
3 of 23 tasks
bdpedigo opened this issue Sep 29, 2022 · 0 comments
Open
3 of 23 tasks

write data wrangling classes #6

bdpedigo opened this issue Sep 29, 2022 · 0 comments

Comments

@bdpedigo
Copy link
Owner

bdpedigo commented Sep 29, 2022

Desiderata

ArraySubgraph

(?)

ArrayGraph

  • union of one graph with another
  • intersect of one graph with another
  • largest connected component
  • add two graphs (only if indexed the same way)
  • reindex
  • reindex_like
  • query (subselect) by node info
  • groupby
    • induced subgraph only?
  • sort_values
  • len
  • repr
  • convert to networkx (appropriately for symmetry class)

MultiArrayGraph

  • initialize from union of graphs on different node sets
  • reindex
  • reindex_like
  • query
  • groupby
  • sort_values
  • len
  • repr
  • intersect lcc
  • union lcc
  • convert to networkx with different weight attributes

SparseArrayGraph

(?)

SparseMultiArrayGraph

(?)

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

No branches or pull requests

1 participant