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

[New Feature]: Read .csv Datasets #41

Closed
thomasarsouze opened this issue Mar 16, 2023 · 0 comments · Fixed by #76
Closed

[New Feature]: Read .csv Datasets #41

thomasarsouze opened this issue Mar 16, 2023 · 0 comments · Fixed by #76
Labels
enhancement New feature or request

Comments

@thomasarsouze
Copy link
Contributor

Describe your feature request

Only netcdf files can be read. We need to add a csv reader file.

Describe the solution you'd like

We must not change the defDatabase function, but depending on the extension of filename, we must define a parallel way to get all the variables from the .csv file. This means first use a read_csv then retrive all columns from the dataset.

As .csv is less constrained than netcdf, this also means some hypothesis on the format of the header for example.

Describe alternatives you've considered

No response

Additional context

No response

@thomasarsouze thomasarsouze added the enhancement New feature or request label Mar 16, 2023
@BaptisteDlp BaptisteDlp linked a pull request Dec 5, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant