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

Save graph to file #35

Open
dalek-who opened this issue Aug 29, 2022 · 2 comments
Open

Save graph to file #35

dalek-who opened this issue Aug 29, 2022 · 2 comments

Comments

@dalek-who
Copy link

Currentlt cog only provides APIs for loading graph from file like load_csv , load_triples , load_edgelist , can you provide corresponding APIs for saving, like save_csv , save_triples , save_edgelist ?

@arun1729
Copy link
Owner

I think these can be added. save_triples and save_edge_list should be straight forward because inherently they are both ways to represent graphs. But save_csv would need a bit more thought.

@arun1729
Copy link
Owner

#36 #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants