D
Devon_Nullman
Guest
I want to create an application to track the COVID-19 stats throught the USA - Github is hosting the NY Times Data
State Data is available here in CSV format
County Data is available here in CSV format
I know that I can do this using Lists Of Strings, I am guessing that LINQ or a DataTable would be faster but I'm not sure how to apply filters and do sorting of the filtered results. I'd like to have the user select a state and optionally a county in that state from two comboboxes, and then display the entire state (if no county was chosen) or the chosen county in that state, sorted by date. The fips field is not needed in this app, it's just a standard geographic identifier. Thanks in advance
Continue reading...
State Data is available here in CSV format
County Data is available here in CSV format
I know that I can do this using Lists Of Strings, I am guessing that LINQ or a DataTable would be faster but I'm not sure how to apply filters and do sorting of the filtered results. I'd like to have the user select a state and optionally a county in that state from two comboboxes, and then display the entire state (if no county was chosen) or the chosen county in that state, sorted by date. The fips field is not needed in this app, it's just a standard geographic identifier. Thanks in advance
Continue reading...