<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Gameday, get yr Gameday</title>
	<atom:link href="http://blog.wellsoliver.com/2010/02/gameday-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wellsoliver.com/2010/02/gameday-data/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=gameday-data</link>
	<description>on the cutting edge of the back burner</description>
	<lastBuildDate>Tue, 07 Sep 2010 07:17:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Wells</title>
		<link>http://blog.wellsoliver.com/2010/02/gameday-data/comment-page-1/#comment-212</link>
		<dc:creator>Wells</dc:creator>
		<pubDate>Sat, 06 Feb 2010 19:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wellsoliver.com/?p=220#comment-212</guid>
		<description>RZ - I just made an update. Now there are two columns added to the pitch table - &#039;b&#039; and &#039;s&#039; - for the count at the beginning of the pitch. Let me know if you find any issues, but it seems to work well. You can download the newest at github: http://github.com/wellsoliver/py-gameday/archives/master</description>
		<content:encoded><![CDATA[<p>RZ &#8211; I just made an update. Now there are two columns added to the pitch table &#8211; &#8216;b&#8217; and &#8216;s&#8217; &#8211; for the count at the beginning of the pitch. Let me know if you find any issues, but it seems to work well. You can download the newest at github: <a href="http://github.com/wellsoliver/py-gameday/archives/master" rel="nofollow">http://github.com/wellsoliver/py-gameday/archives/master</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RZ</title>
		<link>http://blog.wellsoliver.com/2010/02/gameday-data/comment-page-1/#comment-211</link>
		<dc:creator>RZ</dc:creator>
		<pubDate>Sat, 06 Feb 2010 18:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wellsoliver.com/?p=220#comment-211</guid>
		<description>I have a MySQL database using Mike Fast&#039;s method with Perl. The problem I have with it is the long process of parsing the data into the database which takes a very,very long time.

That is why I am interested in your setup. But without having the balls and strike count for each pitch doesn&#039;t make it worth to use your method until you add that in.</description>
		<content:encoded><![CDATA[<p>I have a MySQL database using Mike Fast&#8217;s method with Perl. The problem I have with it is the long process of parsing the data into the database which takes a very,very long time.</p>
<p>That is why I am interested in your setup. But without having the balls and strike count for each pitch doesn&#8217;t make it worth to use your method until you add that in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wells</title>
		<link>http://blog.wellsoliver.com/2010/02/gameday-data/comment-page-1/#comment-210</link>
		<dc:creator>Wells</dc:creator>
		<pubDate>Sat, 06 Feb 2010 17:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wellsoliver.com/?p=220#comment-210</guid>
		<description>RZ - if you have the 2009 data loaded, you can run this query:

SELECT
*
FROM pitch
WHERE game_id = &#039;gid_2009_06_08_pitmlb_atlmlb_1&#039;
ORDER BY num ASC;

Each pitch is grouped into an atbat by the pitch.num column. You can derive the count this way, also using pitch.type (S = strike, B = ball). 

I could update the script to do this, tally the count per pitch. I will look into that.</description>
		<content:encoded><![CDATA[<p>RZ &#8211; if you have the 2009 data loaded, you can run this query:</p>
<p>SELECT<br />
*<br />
FROM pitch<br />
WHERE game_id = &#8216;gid_2009_06_08_pitmlb_atlmlb_1&#8242;<br />
ORDER BY num ASC;</p>
<p>Each pitch is grouped into an atbat by the pitch.num column. You can derive the count this way, also using pitch.type (S = strike, B = ball). </p>
<p>I could update the script to do this, tally the count per pitch. I will look into that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wells</title>
		<link>http://blog.wellsoliver.com/2010/02/gameday-data/comment-page-1/#comment-209</link>
		<dc:creator>Wells</dc:creator>
		<pubDate>Sat, 06 Feb 2010 17:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wellsoliver.com/?p=220#comment-209</guid>
		<description>RZ- yeah, this is similar to BBOS. The database table &#039;atbat&#039; contains two columns - &#039;b&#039; and &#039;s&#039; - that contain the balls and strikes information at the time of the event (described by &#039;des&#039; and &#039;event&#039; columns).

Let me know if this helps.</description>
		<content:encoded><![CDATA[<p>RZ- yeah, this is similar to BBOS. The database table &#8216;atbat&#8217; contains two columns &#8211; &#8216;b&#8217; and &#8216;s&#8217; &#8211; that contain the balls and strikes information at the time of the event (described by &#8216;des&#8217; and &#8216;event&#8217; columns).</p>
<p>Let me know if this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RZ</title>
		<link>http://blog.wellsoliver.com/2010/02/gameday-data/comment-page-1/#comment-208</link>
		<dc:creator>RZ</dc:creator>
		<pubDate>Sat, 06 Feb 2010 16:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.wellsoliver.com/?p=220#comment-208</guid>
		<description>Very cool. Two questions:
Is this like Baseball on Stick where is parses the data directly into the database?
I looked over the database structure and couldn&#039;t find the balls and strike count for each pitch. Is it update pitch by pitch in the atbats table? If not, one could not find the pitch by pitch count which makes any run value formulas worthless.</description>
		<content:encoded><![CDATA[<p>Very cool. Two questions:<br />
Is this like Baseball on Stick where is parses the data directly into the database?<br />
I looked over the database structure and couldn&#8217;t find the balls and strike count for each pitch. Is it update pitch by pitch in the atbats table? If not, one could not find the pitch by pitch count which makes any run value formulas worthless.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
