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

Raw value source and sink #34

Open
2 tasks
adamfowleruk opened this issue Feb 27, 2021 · 1 comment
Open
2 tasks

Raw value source and sink #34

adamfowleruk opened this issue Feb 27, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@adamfowleruk
Copy link
Contributor

adamfowleruk commented Feb 27, 2021

[Who] As an epidemiologist-developer
[What] I want to be able to read and write a simple sample format (Date,value) for any input/output for the data analysis API
[Value] To be able to quickly supply test data and evaluate results in a simple, consistent format

Desired Implementation

  • Source: CSV file date,value to SampleList<Sample>
  • Sink: Opposite of the above

Specify the file name in the constructor of the source/sink. (Single file only)

@adamfowleruk adamfowleruk added the enhancement New feature or request label Feb 27, 2021
@adamfowleruk adamfowleruk added the good first issue Good for newcomers label Mar 11, 2021
@saramars1
Copy link

Will work on this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Development

No branches or pull requests

2 participants