... Thanks Mike. Here are the additional ones, that I've found. KC Catcher SEA 2B OAK LF Sean Forman Baseball Stats! http://www.Baseball-Reference.com/ ...
Sean Forman wrote: (snip) ... The only possibility here (and it shouldn't have been missed) is a home game on August 19 against Minnesota, in which Mike...
Thanks Mike. The new post season pitching table is almost complete. I am lacking the following minor pitching data items for 2003 playoffs: SH Allowed SF...
1800
baseball-databank@yah...
Nov 2, 2003 10:46 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the baseball-databank group. File :...
I've uploaded the new table, calling it Pitchingpostalt to differentiate it from the previous pitchingpost table since the table definition has changed. I...
1802
baseball-databank@yah...
Nov 3, 2003 11:26 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the baseball-databank group. File :...
Sorry for the delay, but the 2003 postseason stats have been uploaded. In the near future, I will add IBB, HPB, SH, SF & GIDP for 1903-2003 postseasons, but...
1804
baseball-databank@yah...
Nov 6, 2003 8:34 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the baseball-databank group. File : /...
I've uploaded a new version of the park database. Changes include: 1. Fix problem with 1963 LH/RH data having "A" as league instead of "AL". 2. Add 2003 data...
I've got this year's id numbers. If that's a help let me know. Peter ... From: baseball-databank@yahoogroups.com [mailto:baseball-databank@yahoogroups.com] ...
What a great find this site/group has been! Quick question. Is there a newbie post or file? I love all the work everyone has done and I would like to view...
Could someone tell me what the original source for the postseason batting data is? I've been trying to complete a new postseason table with CS, IBB, HBP, SH,...
The original source was Total Baseball, and I'm well aware of the number of discrepancies. I believe that the retro sheet data now stands as the definitive...
1812
baseball-databank@yah...
Nov 10, 2003 11:24 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the baseball-databank group. File : /Data...
Thanks Sean for confirming what I suspected. I've posted the discrepancies I've found to the files secion. Once I double check that the data balances with...
Just to keep you up-to-date, MLB.com has now included our request on their priority list: "This is on our winter to-do list but I can't give you an exact ...
... I suggest a comment field or separate comment table (key,comment). Here are four Aug 21-24 injury entries from the 1901 log by Terry Simpkins (all changes...
... Good catch. I did have a comment field, but neglected to show it here. It would be a catchall for anything else, as you show. In my case, one player is...
Folks, Maybe someone deft with databases can answer this easily. Some players have multiple stints with one MLB team in one season; that is, stints separated...
Give this query a try... SELECT B1.playerID, B1.yearID, B1.teamID, B1.G, B2.G FROM Batting AS B1 INNER JOIN Batting AS B2 ON (B1.teamID = B2.teamID) AND...
Chester Trail was on the 1964 WS roster for the Yankees, but he never appeared in a WS game and never appeared in a regular season game. Should he be included...
... never ... I would expect to, eventually, find his record in the Salaries table, and the Transactions table. Therefore, I'd expect to find his record in...
In building our file for Baseball and the Armed Forces, we now have over 2,500 individuals (minor leaguers, negro leaguers, scouts, administrators et al.) who...
The reason I think you cannot do this is because it then means you have to include a player as having been in the major leagues even if he never appeared in a...
... Remember what the Master table is: a list of anyone involved in baseball, at any level. Currently, we have MLB players who played, MLB Umpires who...
Tom: Yes, but if they just had a master table with NO links to any data in any other table, I don't think that would be correct either? I guess once we had a...
... The MASTER table, once we get done with the redesign, will include umpires, Japanese players, Negro leaguers, managers, minor leaguers, etc. The MASTER ...