every game of a single season, in the form: visitor, score, home team, score. It's for a piece of code I've posted to CPAN. Want to test some basketball data against it. Figured I'd ask here, as the Rockets are my basketball team. Honestly, I'd /rather/ have it as a SQL dump, but text works too. So, for that matter, would a web page that has all that stuff. I can scrape it from there. David.
It will require a little parsing, but this gives you what you need I think: http://dougstats.com/10-11Results.html You could also grab the team game logs from basketball-reference.com.
http://www.databasebasketball.com/stats_download.htm Best free site I can find with basketball data, you can even do some rudimentary analysis with it. It's a .csv file for easy import.
Thanks guys. Tried some of the data from dougstats, and ran pretty fast into missing game data. Gonna write the site author and see if I can help correct. Sincerely, David.