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
Data regarding NCAA conference participation in football games is represented in CovidOptOut.cs.
Using CSVHelper, create a way to get this data into the program. In this case, we only need to read the information in. We do not need to write this information back out to a file.
Probable field names:
conference
fallFootball
springFootball
There are examples of implementations for this, for example, in School.cs:
Things have gotten all loopy here, with conferences backtracking on their decisions and modified seasons being played. It may be useful to just do a school by school list of games played, or remove this entirely.
Data regarding NCAA conference participation in football games is represented in CovidOptOut.cs.
Using CSVHelper, create a way to get this data into the program. In this case, we only need to read the information in. We do not need to write this information back out to a file.
Probable field names:
There are examples of implementations for this, for example, in School.cs:
prospect-scraper-dt2021/src/prospectScraper/School.cs
Lines 1 to 29 in 0d4a7d5
The text was updated successfully, but these errors were encountered: