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 CSVs #104

Closed
Tracked by #94
abelsiqueira opened this issue Sep 20, 2023 · 1 comment · Fixed by #140
Closed
Tracked by #94

Create function that reads CSVs #104

abelsiqueira opened this issue Sep 20, 2023 · 1 comment · Fixed by #140
Assignees
Labels
Type: addition Add something that doesn't exist Zone: data & import Interfacing between database and Julia

Comments

@abelsiqueira
Copy link
Member

abelsiqueira commented Sep 20, 2023

Create a Julia function that reads all the CSV data (data/properties of every vertex, edge, and profiles) and creates the DataFrames.

Depends on:

@abelsiqueira abelsiqueira mentioned this issue Sep 20, 2023
8 tasks
@clizbe clizbe added Type: addition Add something that doesn't exist Zone: data & import Interfacing between database and Julia labels Sep 21, 2023
@abelsiqueira abelsiqueira changed the title Create function that reads CSVs (data/properties of every vertex, edge, and profiles) Create function that reads CSVs Sep 27, 2023
@clizbe
Copy link
Member

clizbe commented Oct 4, 2023

Isn't this already accomplished in io.jl? Looks like it reads in CSV data to DataFrames and then creates sets.
Or is this something different?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: addition Add something that doesn't exist Zone: data & import Interfacing between database and Julia
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants