--
----
Chris Treadaway
CEO, Notice Technologies
blog - http://treadaway.typepad.com
e-mail - ch...@noticetechnologies.com
--
--
--
--
| 1 | Air Force |
| 2 | Akron |
| 3 | Alabama |
| 4 | Arizona |
| 5 | Arizona State |
| 6 | Arkansas |
| 7 | Arkansas State |
| 8 | Army |
| 9 | Auburn |
| 10 | Ball State |
| 11 | Baylor |
| 12 | Boise State |
| 13 | Boston College |
| 14 | Bowling Green State |
| 15 | Buffalo |
| 16 | Brigham Young |
| 17 | California |
| 18 | Central Florida |
| 19 | Central Michigan |
| 20 | Cincinnati |
| 21 | Clemson |
| 22 | Colorado |
| 23 | Colorado State |
| 24 | Connecticut |
| 25 | Duke |
| 26 | East Carolina |
| 27 | Eastern Michigan |
| 28 | Florida |
| 29 | Florida State |
| 30 | Fresno State |
| 31 | Georgia |
| 32 | Georgia Tech |
| 33 | Hawaii |
| 34 | Houston |
| 35 | Idaho |
| 36 | Illinois |
| 37 | Indiana |
| 38 | Iowa |
| 39 | Iowa State |
| 40 | Kansas |
| 41 | Kansas State |
| 42 | Kent |
| 43 | Kentucky |
| 44 | Louisiana-Lafayette |
| 45 | Louisiana-Monroe |
| 46 | Louisiana Tech |
| 47 | Louisville |
| 48 | Louisiana State |
| 49 | Marshall |
| 50 | Maryland |
| 51 | Memphis |
| 52 | Miami (Florida) |
| 53 | Miami (Ohio) |
| 54 | Michigan |
| 55 | Michigan State |
| 56 | Middle Tennessee State |
| 57 | Minnesota |
| 58 | Mississippi |
| 59 | Mississippi State |
| 60 | Missouri |
| 61 | Navy |
| 62 | North Carolina State |
| 63 | Nebraska |
| 64 | Nevada |
| 65 | New Mexico |
| 66 | New Mexico State |
| 67 | North Texas |
| 68 | Northern Illinois |
| 69 | Northwestern |
| 70 | Notre Dame |
| 71 | Ohio |
| 72 | Ohio State |
| 73 | Oklahoma |
| 74 | Oklahoma State |
| 75 | Oregon |
| 76 | Oregon State |
| 77 | Penn State |
| 78 | Pittsburgh |
| 79 | Purdue |
| 80 | Rice |
| 81 | Rutgers |
| 82 | San Diego State |
| 83 | San Jose State |
| 84 | Southern Methodist |
| 85 | South Carolina |
| 86 | South Florida |
| 87 | Southern Mississippi |
| 88 | Stanford |
| 89 | Syracuse |
| 90 | Texas Christian |
| 91 | Temple |
| 92 | Tennessee |
| 93 | Texas |
| 94 | Texas A&M |
| 95 | Texas Tech |
| 96 | Toledo |
| 97 | Troy State |
| 98 | Tulane |
| 99 | Tulsa |
| 100 | Alabama-Birmingham |
| 101 | UCLA |
| 102 | North Carolina |
| 103 | Nevada-Las Vegas |
| 104 | Southern California |
| 105 | Utah |
| 106 | Utah State |
| 107 | Texas-El Paso |
| 108 | Vanderbilt |
| 109 | Virginia |
| 110 | Virginia Tech |
| 111 | Wake Forest |
| 112 | Washington |
| 113 | Washington State |
| 114 | West Virginia |
| 115 | Western Michigan |
| 116 | Wisconsin |
| 117 | Wyoming |
| 118 | Florida Atlantic |
| 119 | Florida International |
| 120 | Western Kentucky |
| 121 | Umass |
| 122 | South Alabama |
| 123 | Texas State |
| 124 | UTSA |
--
--
--
I'm also thinking that any items that are referenced should have their own files. covers-team.csv only exists to map the code used from NCAA to that of Covers. I then plan on using the the Covers Team Id/Code instead of Team Code in covers-game.csv. That way if we want to add data to covers-team.csv later, we don't have to change any CSV layouts. I suppose we could always use the Codes in the files, but if we do that, then I think we should renumber them and have an ncaa-team.csv file that links to the NCAA code used to reference them.Any thoughts on these? Any other ideas for conventions to use?
On Tuesday, October 23, 2012 12:39:52 PM UTC-4, jmblackmer wrote:Ugh. I'm still getting used to google groups. This will be the 3rd time I've typed this so I'll be brief this time. Attached are my initial copies of the covers parsed data in CSV format. They will change as I do more testing and work them into my library.I see a lot of .Net/C#/VB, Java, SQL, Python, R, and Mozenda and several statisticians/mathematician. It looks like my .Net library will be useful for some, so I'll try to get that posted this week.I second getting a SQL database available for use in addition to the CSVs. Does anyone use SQL to analyze the data or does everyone just use it for storage? My original ranking system was in SQL, but I moved it into C#.
On Tuesday, October 23, 2012 11:38:19 AM UTC-4, jmblackmer wrote:Hey all,I'm just trying to get a feeling for what everyone's area of expertise is to maybe help organize efforts. Are you a programmer? A statistician? Someone just dabbling in both What is your language or program of choice (specifically to work with the data)? What data outside of the data provided in the CSV files is useful and where do you get it?I'm a programmer and I generally work in either C# or PHP. I've been putting together a C# library to parse the CSV files, which I'm planning on making available for others to use once I finish it up. I've also extended it to create a program that scrapes Covers.com historical data and stores it into a CSV. I guess I'm trying to get a feeling for whether or not the library would be used before I worry about hosting it online. I'm also trying to figure out if there are other languages or programs that people use most frequently to work with this data so that we can create libraries or scripts for those as well or if there are data sets from specific sites that we should write scrapers for and compile CSVs to be paired with the base set of data.
--
I'm a financial analyst mostly working on fixed income (bond) portfolios. I probably should have learned programming along the way but I never did. I am the resident Excel expert among my colleagues.