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

Create function that reads graph information from CSVs #103

Closed
Tracked by #94
abelsiqueira opened this issue Sep 20, 2023 · 0 comments · Fixed by #121
Closed
Tracked by #94

Create function that reads graph information from CSVs #103

abelsiqueira opened this issue Sep 20, 2023 · 0 comments · Fixed by #121
Assignees
Labels
Type: improvement Better way of doing something Zone: data & import Interfacing between database and Julia

Comments

@abelsiqueira
Copy link
Member

abelsiqueira commented Sep 20, 2023

Create a function in Julia that reads the GML file CSV file with the edge data and creates the graph structure (no data).
This probably involves Graph.jl for the basic structure, GraphIO.jl for reading the data, and some package extension described in GraphIO for the specific file GML.

@abelsiqueira abelsiqueira mentioned this issue Sep 20, 2023
8 tasks
@clizbe clizbe added Type: improvement Better way of doing something Zone: data & import Interfacing between database and Julia labels Sep 21, 2023
@abelsiqueira abelsiqueira self-assigned this Sep 27, 2023
@abelsiqueira abelsiqueira changed the title Create function that reads GML Create function that reads graph information from CSVs Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: improvement Better way of doing something Zone: data & import Interfacing between database and Julia
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants