![]() |
Re: Jaci's Annual FRC Datadump 2016
Quote:
|
Re: Jaci's Annual FRC Datadump 2016
Quote:
|
Re: Jaci's Annual FRC Datadump 2016
Quote:
*********************** If the matches were sorted as you indicated (guaranteed that the matches for each team are in chronological order), which would not be too difficult to arrange, it would be a simple matter in awk or other scripting language to create arrays indexed on each team number:
Then, for each match, extend (or begin) the streak for each winner, and terminate the streak for each loser, taking care to update long_* from curr_* if curr_length[team] > long_length[team]. At the end of Einstein, close out all of the teams who won their last match (that is, curr_length>0). The trickiest/finickiest part would probably be initializing the arrays, unless you decided to brute force it and have cells for teams which no longer exist or otherwise did not compete this year. |
Re: Jaci's Annual FRC Datadump 2016
Quote:
Code:
* http://www.chiefdelphi.com/media/papers/3243 |
Re: Jaci's Annual FRC Datadump 2016
Quote:
Either TBA's missed a match or Frank's number is wrong, because I can assure you the data in the table is unaltered. |
Re: Jaci's Annual FRC Datadump 2016
1 Attachment(s)
Quote:
|
| All times are GMT -5. The time now is 02:56. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi