You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/PayneLab/covid19pandas
The first 2s provide some basic functions like getAllData, getDataByCountry. The 3rd one does have a function to plot the rolling mean against a period of time.
To keep things simple, how about instead of having #4 a prediction modeling , maybe we can just provide function to get data by condition (date, range , a particular age group or sex?)
And after reviewing Milestone 1 checklist in details, I think each of us have to pick one function to work on the functional specification (for MS1), but not done by one person.
Maybe we should decide the 4 functions here and confirm the name so that Vadim can easily refer in the README as well?
Some suggestions:
I have also found this https://github.com/coa-project/pycoa/tree/main , as a similar package to ours. I believe there can be more similar packages, but I can find none for the BC data specifically. So I think we need to mention that in readme as our package will provide the plot and summary of the BC data.
I think. what Vanessa suggested are pretty good options.
The first function can definitely be getData and then can be specified whether the data from cases or laboratory data.
The second function can be plotting the cases by county, so we will show how many cases are in the specified county or in all counties if not specified.
The third function can be ShowSummaryStatistics.
The fourth function may be a histogram by age group of cases.
Tue Jan 11 2-4PM:
Thu Jan 13 9AM:
Fri Jan 14 7-8PM:
Milestone 1 Tasks:
The text was updated successfully, but these errors were encountered: