Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

baseball-databank · Baseball Databank

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 3781 - 3810 of 4385   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#3781 From: Micke Hovmöller <micke.hovmoller@...>
Date: Wed Aug 12, 2009 8:13 am
Subject: What is the g_old column in the batting table
mhovm1
Send Email Send Email
 
What is the g_old column in the batting table?

I googled a bit but couldn't find the answer, and the documentation only say "G_old          old Games Played field". Specifically, why does it differ from g_batting for players who never pitched?

Example:
select *
  from batting b
  where g_batting <> g_old
    and not exists
      (select null
        from pitching p
        where b.playerid = p.playerid
          and b.yearid = p.yearid
          and b.teamid = p.teamid
          and b.stint = p.stint)

Gives these player years:
greenkh01    2006    1    SDN    NL
bellira01    1996    1    ATL    NL
benjami01    1994    1    SFN    NL
cartega01    1979    1    MON    NL
clarkje01    1990    1    SDN    NL
mccraqu01    1997    1    COL    NL
mearepa01    2001    1    PIT    NL
redmomi01    2002    1    FLO    NL
sakatle01    1982    1    BAL    AL
spierbi01    1993    1    ML4    AL
thomaga01    1978    2    NYA    AL

Looking at the game logs, I can't figure out what happened here that caused g_batting and g_old to differ.

/Micke

#3782 From: Sean Forman <sean-forman@...>
Date: Wed Aug 12, 2009 1:42 pm
Subject: Re: What is the g_old column in the batting table
sforman71
Send Email Send Email
 
Micke,

G_old was the old value before I created the appearances table.  I think the issue for the players below is that they were injured before the game started or removed before officially getting into the game.  G_batting is based on the retrosheet files.

sean
---
Sean Forman
Sports Reference LLC, President
http://www.sports-reference.com/


On Wed, Aug 12, 2009 at 4:13 AM, Micke Hovmöller <micke.hovmoller@...> wrote:
 

What is the g_old column in the batting table?

I googled a bit but couldn't find the answer, and the documentation only say "G_old          old Games Played field". Specifically, why does it differ from g_batting for players who never pitched?

Example:
select *
  from batting b
  where g_batting <> g_old
    and not exists
      (select null
        from pitching p
        where b.playerid = p.playerid
          and b.yearid = p.yearid
          and b.teamid = p.teamid
          and b.stint = p.stint)

Gives these player years:
greenkh01    2006    1    SDN    NL
bellira01    1996    1    ATL    NL
benjami01    1994    1    SFN    NL
cartega01    1979    1    MON    NL
clarkje01    1990    1    SDN    NL
mccraqu01    1997    1    COL    NL
mearepa01    2001    1    PIT    NL
redmomi01    2002    1    FLO    NL
sakatle01    1982    1    BAL    AL
spierbi01    1993    1    ML4    AL
thomaga01    1978    2    NYA    AL

Looking at the game logs, I can't figure out what happened here that caused g_batting and g_old to differ.

/Micke



#3783 From: "tjruane" <tjruane@...>
Date: Wed Aug 26, 2009 7:57 pm
Subject: Guide to on-line statistical databases
tjruane
Send Email Send Email
 
SABR is planning on revising their booklet on how to do baseball research and
putting it on-line. One of the sections in the guide will be a discussion of
statistical databases and websites. I was asked to work on this section, but my
experience dealing with baseball databases (convert Pete Palmer's 1994 Total
Baseball CD to my own format) is probably not going to be very helpful. So I was
looking for some advice and this seemed like a good place to start.

I guess my first question is whether anyone on this list would like to write (or
point me to a FAQ or existing guide) a tutorial on how to use Baseball
Databank's data?

Also, are there other statistical resources on the internet we should be
recommending (this should include both free and pay sites)? Ones that come to
mind right away are baseball-reference's play index and Pat Doyle's professional
baseball players DB, but I'm sure there are several others.

Any and all help/advice is appreciated.
Thanks for your patience.
Tom Ruane

#3784 From: "Tangotiger" <tom@...>
Date: Wed Aug 26, 2009 8:15 pm
Subject: Re: Guide to on-line statistical databases
tom@...
Send Email Send Email
 
> I guess my first question is whether anyone on this list would like to
> write (or point me to a FAQ or existing guide) a tutorial on how to use
> Baseball Databank's data?
>

There are a few out there.  Here's one:
http://statspeak.net/2008/11/building-a-sabermetricians-workbench-part-i.html

And you can quote Adler's book as well.

There's also the Retrosheet database:
http://tangotiger.net/wiki/index.php?title=Retrosheet_Database

And there are also tutorials around as to how to use that DB as well, if
you are going to be going there.

Finally, there's the PITCHf/x (Gameday) database and tutorial here:
http://www.beyondtheboxscore.com/2009/8/19/994666/saberizing-a-mac-4-pitch-f-x

I can think of at least a few more tutorials out there that I've seen in
the past year.

Tom

#3785 From: Jeff Zimmerman <wydiyd@...>
Date: Wed Aug 26, 2009 8:17 pm
Subject: RE: Guide to on-line statistical databases
wydiyd
Send Email Send Email
 
Here is a great online tutorial on building an SQL database with databank

http://statspeak.net/2008/11/building-a-sabermetricians-workbench-part-i.html
http://statspeak.net/2008/11/building-a-sabermetricians-workbench-part-ii.html

Here is a great one on Ball parks:
http://seamheads.com/blog/2009/07/02/the-seamheads-ballparks-database-is-here/

Jeff
----------------------------------------------------------

Talking about baseball, Giamatti wrote: "It will break your heart. It is designed to break your heart. The game begins in the spring, when everything else begins again, and it blossoms in the summer, filling the afternoons and evenings, and then as soon as the chill rains come, it stops and leaves you to face the fall alone.  You count on it, you rely on it to buffer the passage of time, to keep the memory of sunshine and high skies alive, and then, just when the days are all twilight, when you need it most, it stops."

maps.jeffdougdarrell.com







To: baseball-databank@yahoogroups.com
From: tjruane@...
Date: Wed, 26 Aug 2009 19:57:54 +0000
Subject: [baseball-databank] Guide to on-line statistical databases

 
SABR is planning on revising their booklet on how to do baseball research and putting it on-line. One of the sections in the guide will be a discussion of statistical databases and websites. I was asked to work on this section, but my experience dealing with baseball databases (convert Pete Palmer's 1994 Total Baseball CD to my own format) is probably not going to be very helpful. So I was looking for some advice and this seemed like a good place to start.

I guess my first question is whether anyone on this list would like to write (or point me to a FAQ or existing guide) a tutorial on how to use Baseball Databank's data?

Also, are there other statistical resources on the internet we should be recommending (this should include both free and pay sites)? Ones that come to mind right away are baseball-reference's play index and Pat Doyle's professional baseball players DB, but I'm sure there are several others.

Any and all help/advice is appreciated.
Thanks for your patience.
Tom Ruane




Windows Live: Keep your friends up to date with what you do online. Find out more.

#3786 From: Michael Westbay <westbaystars@...>
Date: Thu Aug 27, 2009 12:19 am
Subject: Re: Guide to on-line statistical databases
westbaystars
Send Email Send Email
 
tjruane-san wrote:

> Also, are there other statistical resources on the internet we should be
> recommending (this should include both free and pay sites)? Ones that come
> to mind right away are baseball-reference's play index and Pat Doyle's
> professional baseball players DB, but I'm sure there are several others.

There are a couple of data sets available from NPB (Nippon
Professional Baseball) here:

     http://www.japanesebaseball.com/data/

The first one is mine.  The above link will allow you to download the
various tables as you want in CSV format, or you can download the
latest (I just updated it today) MySQL dump here:

     http://www.japanesebaseball.com/data/proyakyu.sql

The above are for past seasons.  I also handle in-season data for
Japan and Korea, but I'm not permitted to make those available to the
public yet.

---
Michael Westbay
System Administrator
JapaneseBaseball.com

#3787 From: "tjruane" <tjruane@...>
Date: Fri Aug 28, 2009 12:16 am
Subject: Re: Guide to on-line statistical databases
tjruane
Send Email Send Email
 
Thanks for all the help. If the group doesn't mind, I might post a preliminary
draft to the File section in a few weeks for review.
Thanks again.
Tom Ruane

#3788 From: "tjruane" <tjruane@...>
Date: Mon Aug 31, 2009 2:37 pm
Subject: baseball-databank and baseball1
tjruane
Send Email Send Email
 
This could very well be a stupid question, but how similar is the data on
baseball-databank and baseball1.com? I thought that at one point these were the
same (although Sean provides the data in different formats), but have they
diverged since the inception of baseball-databank? If I compared the two
databases, how many statistical differences would I find?

Thanks.
Tom Ruane

#3789 From: "Tangotiger" <tom@...>
Date: Mon Aug 31, 2009 3:27 pm
Subject: Re: baseball-databank and baseball1
tom@...
Send Email Send Email
 
Of the tables that intersects, I would have to say the data is identical.
I provided Lahman (and this group) with an Access script that loads all
the baseball-databank csv files directly into Access.  I will presume that
Sean did not change it.

Now, Forman also provides additional tables, like STATS/BIS xref IDs.
Whether Lahman also loads those (or others) into his database, I didn't
check.

In any case, Lahman can provide the final word if he's around.

Tom


> This could very well be a stupid question, but how similar is the data on
> baseball-databank and baseball1.com? I thought that at one point these
> were the same (although Sean provides the data in different formats), but
> have they diverged since the inception of baseball-databank? If I compared
> the two databases, how many statistical differences would I find?
>
> Thanks.
> Tom Ruane
>
>
>


---------------------------------------------
The Book--Playing The Percentages In Baseball
http://www.InsideTheBook.com

#3790 From: "sgtmac5660@..." <sgtmac5660@...>
Date: Tue Sep 1, 2009 6:51 am
Subject: Updating primpos.mdb
sgtmac5660...
Send Email Send Email
 
Tangotiger;
I found your "primpos.mdb" in the files section. I would like to use your
queries with the Lahman 5.6 database. My interest is career prime position
output. If I understand what you did, do I only need to copy  your career
related SQL queries (using 'playerID' instead 'LahmanID')?
Any assistance will be appreciated.
Mac

#3791 From: "Tangotiger" <tom@...>
Date: Tue Sep 1, 2009 3:39 pm
Subject: Re: Updating primpos.mdb
tom@...
Send Email Send Email
 
That would seem to be correct.  Try it out, and see what you get.

Tom

> Tangotiger;
> I found your "primpos.mdb" in the files section. I would like to use your
> queries with the Lahman 5.6 database. My interest is career prime position
> output. If I understand what you did, do I only need to copy  your career
> related SQL queries (using 'playerID' instead 'LahmanID')?
> Any assistance will be appreciated.
> Mac
>
>
>


---------------------------------------------
The Book--Playing The Percentages In Baseball
http://www.InsideTheBook.com

#3792 From: "anson2995" <slahman@...>
Date: Tue Sep 1, 2009 6:19 pm
Subject: Re: baseball-databank and baseball1
anson2995
Send Email Send Email
 
--- In baseball-databank@yahoogroups.com, "Tangotiger" <tom@...> wrote:
> In any case, Lahman can provide the final word if he's around.

Tom is correct. The underlying data is identical. The output formats are what's
different.

Sean Forman and I formed the baseball databank to help coordinate research and
avoid duplication of effort, as well as to avoid divergence and differences with
the underlying data.

The baseball databank primarily serves folks with some degree of dexterity for
working with relational databases.  While this probably represents the majority
of researchers, it's a smaller percentage of the overall users of the data. 
People without such skills are better able to use the data in MS Access or in
the flat file spreadsheets.  These also are used by third-party interfaces
including baseball sims.

But the root source for everything I distribute is the databank's SQL version.

Regards,
Sean Lahman

#3793 From: "sgtmac5660@..." <sgtmac5660@...>
Date: Wed Sep 2, 2009 2:21 am
Subject: Re: Updating primpos.mdb
sgtmac5660...
Send Email Send Email
 
Tom;
Worked like a charm. Just what I needed.
Mac

--- In baseball-databank@yahoogroups.com, "Tangotiger" <tom@...> wrote:
>
> That would seem to be correct.  Try it out, and see what you get.
>
> Tom
>
> > Tangotiger;
> > I found your "primpos.mdb" in the files section. I would like to use your
> > queries with the Lahman 5.6 database. My interest is career prime position
> > output. If I understand what you did, do I only need to copy  your career
> > related SQL queries (using 'playerID' instead 'LahmanID')?
> > Any assistance will be appreciated.
> > Mac
> >
> >
> >
>
>
> ---------------------------------------------
> The Book--Playing The Percentages In Baseball
> http://www.InsideTheBook.com
>

#3794 From: Matthew Gargano <mgargano@...>
Date: Wed Sep 2, 2009 12:52 pm
Subject: Re: Re: Updating primpos.mdb
tkestars
Send Email Send Email
 
pardon my ignorance, but what is the primpos.mdb database?

On Tue, Sep 1, 2009 at 10:21 PM, sgtmac5660@... <sgtmac5660@...> wrote:
Tom;
Worked like a charm. Just what I needed.
Mac

--- In baseball-databank@yahoogroups.com, "Tangotiger" <tom@...> wrote:
>
> That would seem to be correct.  Try it out, and see what you get.
>
> Tom
>
> > Tangotiger;
> > I found your "primpos.mdb" in the files section. I would like to use your
> > queries with the Lahman 5.6 database. My interest is career prime position
> > output. If I understand what you did, do I only need to copy  your career
> > related SQL queries (using 'playerID' instead 'LahmanID')?
> > Any assistance will be appreciated.
> > Mac
> >
> >
> >
>
>
> ---------------------------------------------
> The Book--Playing The Percentages In Baseball
> http://www.InsideTheBook.com
>




------------------------------------

http://www.baseball-databank.org/Yahoo! Groups Links

<*> To visit your group on the web, go to:
   http://groups.yahoo.com/group/baseball-databank/

<*> Your email settings:
   Individual Email | Traditional

<*> To change settings online go to:
   http://groups.yahoo.com/group/baseball-databank/join
   (Yahoo! ID required)

<*> To change settings via email:
   mailto:baseball-databank-digest@yahoogroups.com
   mailto:baseball-databank-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
   baseball-databank-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
   http://docs.yahoo.com/info/terms/



#3795 From: "Tangotiger" <tom@...>
Date: Wed Sep 2, 2009 2:05 pm
Subject: Re: Re: Updating primpos.mdb
tom@...
Send Email Send Email
 
It's in the Files section.  I don't remember if I put a Readme file with
it.  It's an Access query that figures out the primary position of every
player.  Download the file, and check it out...

Tom

> pardon my ignorance, but what is the primpos.mdb database?
>
> On Tue, Sep 1, 2009 at 10:21 PM, sgtmac5660@...
> <sgtmac5660@...>wrote:
>
>> Tom;
>> Worked like a charm. Just what I needed.
>> Mac
>>
>> --- In baseball-databank@yahoogroups.com, "Tangotiger" <tom@...> wrote:
>> >
>> > That would seem to be correct.  Try it out, and see what you get.
>> >
>> > Tom
>> >
>> > > Tangotiger;
>> > > I found your "primpos.mdb" in the files section. I would like to use
>> your
>> > > queries with the Lahman 5.6 database. My interest is career prime
>> position
>> > > output. If I understand what you did, do I only need to copy  your
>> career
>> > > related SQL queries (using 'playerID' instead 'LahmanID')?
>> > > Any assistance will be appreciated.
>> > > Mac
>> > >
>> > >
>> > >
>> >
>> >
>> > ---------------------------------------------
>> > The Book--Playing The Percentages In Baseball
>> > http://www.InsideTheBook.com
>> >
>>
>>
>>
>>
>> ------------------------------------
>>
>> http://www.baseball-databank.org/Yahoo! Groups Links
>>
>>
>>
>>
>


---------------------------------------------
The Book--Playing The Percentages In Baseball
http://www.InsideTheBook.com

#3796 From: "sgtmac5660@..." <sgtmac5660@...>
Date: Thu Sep 3, 2009 9:31 am
Subject: Re: Updating primpos.mdb
sgtmac5660...
Send Email Send Email
 
Matthew;
If you feel that Tom's primpos.mdb is something you might be interested in
using, just be aware you need to make some changes to use it with later versions
of the Lahman Access database. Feel free to contact me if you need any
assistance.
Mac

--- In baseball-databank@yahoogroups.com, Matthew Gargano <mgargano@...> wrote:
>
> pardon my ignorance, but what is the primpos.mdb database?

#3797 From: "sgtmac5660@..." <sgtmac5660@...>
Date: Thu Sep 3, 2009 11:25 am
Subject: New outfielder file uploaded
sgtmac5660...
Send Email Send Email
 
For anyone interested I have uploaded a text file (MLB Outfielder Positions.txt)
to the files section. It contains around 480 major league outfielders and their
career OF position. I'm sure I missed one here or there but what do want from an
old geezer (VBG). The selections were based on the player's total games at that
position. No nitpicking allowed (VVBG).
Mac

#3798 From: Matthew Gargano <mgargano@...>
Date: Thu Sep 3, 2009 12:21 pm
Subject: Re: Re: Updating primpos.mdb
tkestars
Send Email Send Email
 
Thanks. I actually wrote a few functions as part of a php library to
handle the data. One is a method of determining primary position and
another is a list of positions played by the player in at least a
variable percentage of their innings. I also have a determinant of SP
vs RP vs CL.  I have other functions as well such as
ReturnAgeAtSeasonStart, returnarrayofteamsplayedfor and a whole lot
more.


The only thing I want to add is a method of weighting more recent data
and possibly degrading data over a fixed/variable amount of years
(depending on age,position,etc.) for the data to make more accurate
determinations.

I think it's better to make a determination "on the fly"  as opposed
to using a fixed database especially if data is being updated at some
point.  A static database of player-position can get stale, especially
if the user forgets to include this years and used 2007's by accident.

I'm definitely interested in discussing further, especially if I
missed the point entirely - which is something I tend to do since I
try to think abstractly.

Matthew Gargano



On Sep 3, 2009, at 5:31 AM, "sgtmac5660@..." <sgtmac5660@...>
wrote:

> Matthew;
> If you feel that Tom's primpos.mdb is something you might be
> interested in using, just be aware you need to make some changes to
> use it with later versions of the Lahman Access database. Feel free
> to contact me if you need any assistance.
> Mac
>
> --- In baseball-databank@yahoogroups.com, Matthew Gargano
> <mgargano@...> wrote:
>>
>> pardon my ignorance, but what is the primpos.mdb database?
>
>
>
>
> ------------------------------------
>
> http://www.baseball-databank.org/Yahoo! Groups Links
>
>
>

#3799 From: "Tangotiger" <tom@...>
Date: Thu Sep 3, 2009 1:47 pm
Subject: Re: Re: Updating primpos.mdb
tom@...
Send Email Send Email
 
PrimPos.mdb is dynamic.  It'll automatically recalculate the positions any
data the data set changes.

Tom

> Thanks. I actually wrote a few functions as part of a php library to
> handle the data. One is a method of determining primary position and
> another is a list of positions played by the player in at least a
> variable percentage of their innings. I also have a determinant of SP
> vs RP vs CL.  I have other functions as well such as
> ReturnAgeAtSeasonStart, returnarrayofteamsplayedfor and a whole lot
> more.
>
>
> The only thing I want to add is a method of weighting more recent data
> and possibly degrading data over a fixed/variable amount of years
> (depending on age,position,etc.) for the data to make more accurate
> determinations.
>
> I think it's better to make a determination "on the fly"  as opposed
> to using a fixed database especially if data is being updated at some
> point.  A static database of player-position can get stale, especially
> if the user forgets to include this years and used 2007's by accident.
>
> I'm definitely interested in discussing further, especially if I
> missed the point entirely - which is something I tend to do since I
> try to think abstractly.
>
> Matthew Gargano
>
>
>
> On Sep 3, 2009, at 5:31 AM, "sgtmac5660@..." <sgtmac5660@...>
> wrote:
>
>> Matthew;
>> If you feel that Tom's primpos.mdb is something you might be
>> interested in using, just be aware you need to make some changes to
>> use it with later versions of the Lahman Access database. Feel free
>> to contact me if you need any assistance.
>> Mac
>>
>> --- In baseball-databank@yahoogroups.com, Matthew Gargano
>> <mgargano@...> wrote:
>>>
>>> pardon my ignorance, but what is the primpos.mdb database?
>>
>>
>>
>>
>> ------------------------------------
>>
>> http://www.baseball-databank.org/Yahoo! Groups Links
>>
>>
>>
>


---------------------------------------------
The Book--Playing The Percentages In Baseball
http://www.InsideTheBook.com

#3800 From: Matthew Gargano <mgargano@...>
Date: Thu Sep 3, 2009 1:49 pm
Subject: Re: Re: Updating primpos.mdb
tkestars
Send Email Send Email
 
That's awesome Tom, I didn't know that, sorry for making an assumption.  Is there anything that automatically updates data within the current season?

On Thu, Sep 3, 2009 at 9:47 AM, Tangotiger <tom@...> wrote:
PrimPos.mdb is dynamic.  It'll automatically recalculate the positions any
data the data set changes.

Tom

> Thanks. I actually wrote a few functions as part of a php library to
> handle the data. One is a method of determining primary position and
> another is a list of positions played by the player in at least a
> variable percentage of their innings. I also have a determinant of SP
> vs RP vs CL.  I have other functions as well such as
> ReturnAgeAtSeasonStart, returnarrayofteamsplayedfor and a whole lot
> more.
>
>
> The only thing I want to add is a method of weighting more recent data
> and possibly degrading data over a fixed/variable amount of years
> (depending on age,position,etc.) for the data to make more accurate
> determinations.
>
> I think it's better to make a determination "on the fly"  as opposed
> to using a fixed database especially if data is being updated at some
> point.  A static database of player-position can get stale, especially
> if the user forgets to include this years and used 2007's by accident.
>
> I'm definitely interested in discussing further, especially if I
> missed the point entirely - which is something I tend to do since I
> try to think abstractly.
>
> Matthew Gargano
>
>
>
> On Sep 3, 2009, at 5:31 AM, "sgtmac5660@..." <sgtmac5660@...>
> wrote:
>
>> Matthew;
>> If you feel that Tom's primpos.mdb is something you might be
>> interested in using, just be aware you need to make some changes to
>> use it with later versions of the Lahman Access database. Feel free
>> to contact me if you need any assistance.
>> Mac
>>
>> --- In baseball-databank@yahoogroups.com, Matthew Gargano
>> <mgargano@...> wrote:
>>>
>>> pardon my ignorance, but what is the primpos.mdb database?
>>
>>
>>
>>
>> ------------------------------------
>>
>> http://www.baseball-databank.org/Yahoo! Groups Links
>>
>>
>>
>


---------------------------------------------
The Book--Playing The Percentages In Baseball
http://www.InsideTheBook.com




------------------------------------

http://www.baseball-databank.org/Yahoo! Groups Links

<*> To visit your group on the web, go to:
   http://groups.yahoo.com/group/baseball-databank/

<*> Your email settings:
   Individual Email | Traditional

<*> To change settings online go to:
   http://groups.yahoo.com/group/baseball-databank/join
   (Yahoo! ID required)

<*> To change settings via email:
   mailto:baseball-databank-digest@yahoogroups.com
   mailto:baseball-databank-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
   baseball-databank-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
   http://docs.yahoo.com/info/terms/



#3801 From: "Tangotiger" <tom@...>
Date: Thu Sep 3, 2009 5:10 pm
Subject: Re: Re: Updating primpos.mdb
tom@...
Send Email Send Email
 
> That's awesome Tom, I didn't know that, sorry for making an assumption.
> Is
> there anything that automatically updates data within the current season?
>

Best bet is to join the RetroSQL group.  There's a couple of (external)
ongoing things that are highlighted there.

Tom

#3802 From: Joel Dinda <jowo@...>
Date: Tue Sep 8, 2009 2:45 am
Subject: Re: Guide to on-line statistical databases
joeldinda
Send Email Send Email
 
On Wed, 26 Aug 2009 19:57:54 -0000, tjruane wrote:
[snip]
> Also, are there other statistical resources on the internet we should
> be recommending (this should include both free and pay sites)? Ones
> that come to mind right away are baseball-reference's play index and
> Pat Doyle's professional baseball players DB, but I'm sure there are
> several others.
[snip]

Tom:

The Baseball Cube *is* willing to sell data.  Never tried it, but it looks like
they deliver in a spreadsheet.

See this page:

http://thebaseballcube.com/help/data_Store.shtml

joel

#3803 From: "Tangotiger" <tom@...>
Date: Tue Sep 8, 2009 1:32 pm
Subject: Re: Guide to on-line statistical databases
tom@...
Send Email Send Email
 
> On Wed, 26 Aug 2009 19:57:54 -0000, tjruane wrote:
> [snip]
>> Also, are there other statistical resources on the internet we should
>> be recommending (this should include both free and pay sites)? Ones
>> that come to mind right away are baseball-reference's play index and
>> Pat Doyle's professional baseball players DB, but I'm sure there are
>> several others.
> [snip]
>

I have a fairly exhaustive list here:
http://tangotiger.net/wiki/index.php?title=Websites#Data

Tom

#3804 From: Bryan Walko <bryanwalko@...>
Date: Tue Sep 8, 2009 2:20 pm
Subject: Re: Guide to on-line statistical databases
bryanwalko
Send Email Send Email
 
If this includes just raw data, there is some Japanese data here:
http://japanesebaseball.com/data/index.jsp

And I created a pretty decent database of the Korean Baseball Organization, all the way back to the inception of the league, which you can currently find linked at the end of this thread: http://japanesebaseball.com/forum/thread.gsp?forum=3&thread=30250

On Tue, Sep 8, 2009 at 9:32 AM, Tangotiger <tom@...> wrote:
 


> On Wed, 26 Aug 2009 19:57:54 -0000, tjruane wrote:
> [snip]
>> Also, are there other statistical resources on the internet we should
>> be recommending (this should include both free and pay sites)? Ones
>> that come to mind right away are baseball-reference's play index and
>> Pat Doyle's professional baseball players DB, but I'm sure there are
>> several others.
> [snip]
>

I have a fairly exhaustive list here:
http://tangotiger.net/wiki/index.php?title=Websites#Data

Tom



#3805 From: "kjokbaseball" <kjokbaseball@...>
Date: Wed Sep 9, 2009 3:47 am
Subject: Re: New outfielder file uploaded
kjokbaseball
Send Email Send Email
 
--- In baseball-databank@yahoogroups.com, "sgtmac5660@..." <sgtmac5660@...>
wrote:
>
> For anyone interested I have uploaded a text file (MLB Outfielder
Positions.txt) to the files section. It contains around 480 major league
outfielders and their career OF position. I'm sure I missed one here or there
but what do want from an old geezer (VBG). The selections were based on the
player's total games at that position. No nitpicking allowed (VVBG).
> Mac
>
I know you said no nitpicking allowed, but I should point out that these guys
have duplicate records:

davisch01
bondsbo01
winfida01
beltrca01
davisto02
guerrvl01
raineti01
oneilpa01
camermi01

THANKS,
KJOK

#3806 From: "tjruane" <tjruane@...>
Date: Sat Sep 12, 2009 2:06 am
Subject: Re: Guide to on-line statistical databases
tjruane
Send Email Send Email
 
As I mentioned earlier, SABR is planning on updating its 2000 booklet, "How to
Baseball Research" and making it available on-line. An early version of the
chapter on statistical databases and websites is now available at:

http://www.retrosheet.org/Research/RuaneT/htdbr_stat_internet_chap.html

Please let me know of any corrections or suggestion for additions.

Thanks for your patience.
Tom Ruane

#3807 From: Matthew Gargano <mgargano@...>
Date: Fri Sep 11, 2009 9:50 pm
Subject: Re: Updating primpos.mdb
tkestars
Send Email Send Email
 
I joined and searched retrosql and did not see anything for current
year stats. Is there some kind of guide or readme on how things work
on the group?

On Thursday, September 3, 2009, Tangotiger <tom@...> wrote:
>
>> That's awesome Tom, I didn't know that, sorry for making an assumption.
>> Is
>> there anything that automatically updates data within the current season?
>>
>
> Best bet is to join the RetroSQL group.  There's a couple of (external)
> ongoing things that are highlighted there.
>
> Tom
>
>
>
> ------------------------------------
>
> http://www.baseball-databank.org/Yahoo! Groups Links
>
>
>
>

#3808 From: Judson Green <judsongreen@...>
Date: Sat Sep 12, 2009 4:44 pm
Subject: Re: Re: Guide to on-line statistical databases
htlfkbz
Send Email Send Email
 
Baseball Reference has had the SABR Home Run Encyclopedia for quite some time. It was announced by Sean on May 19, 2009:

http://www.baseball-reference.com/blog/archives/1632

and can be accessed by clicking the "more [+]" tab, then scrolling to "home runs" and clicking there. Alternatively, if you search a player from the home page, you'll see a tab that says "HR Log" below where it says "Standard Batting".


Judson Green



On Fri, Sep 11, 2009 at 9:06 PM, tjruane <tjruane@...> wrote:
 

As I mentioned earlier, SABR is planning on updating its 2000 booklet, "How to Baseball Research" and making it available on-line. An early version of the chapter on statistical databases and websites is now available at:

http://www.retrosheet.org/Research/RuaneT/htdbr_stat_internet_chap.html

Please let me know of any corrections or suggestion for additions.

Thanks for your patience.
Tom Ruane



#3809 From: "tjruane" <tjruane@...>
Date: Sun Sep 13, 2009 3:13 am
Subject: Re: Guide to on-line statistical databases
tjruane
Send Email Send Email
 
Judson Green wrote:

> Baseball Reference has had the SABR Home Run Encyclopedia for
> quite some time. It was announced by Sean on May 19, 2009:
>
> http://www.baseball-reference.com/blog/archives/1632
>
> and can be accessed by clicking the "more [+]" tab, then
> scrolling to "home runs" and clicking there. Alternatively, if
> you search a player from the home page, you'll see a tab that
> says "HR Log" below where it says "Standard Batting".

Thanks for the update. I have changed the linked chapter accordingly.

Tom Ruane

#3810 From: "Alberto Perdomo" <a.perdomo@...>
Date: Sun May 3, 2009 5:28 pm
Subject: RE: database and openoffice
albertop69
Send Email Send Email
 

Why not using >,<,=,>=,<=,<> instead of ‘like’ operator?   Like operator is normally used for strings values.

 

Ex.   Select * from batting 3B > 23 …. Also you might need to enclose the 3B or 2B fields between [] …  like, Select * from batting where [3B] like 23

 

From: baseball-databank@yahoogroups.com [mailto:baseball-databank@yahoogroups.com] On Behalf Of moose
Sent: Sunday, May 03, 2009 1:10 PM
To: baseball-databank@yahoogroups.com
Subject: [baseball-databank] database and openoffice

 





Is anyone using openoffice with the Lahman database?

I am having issues when I try to make a query with the 2B and 3B data, getting errors that I do not understand...

an example

select *
from batting
where 3B like 23

gives the following error

SQL Status: HY000
Error code: 1000

syntax error, unexpected $end, expecting BETWEEN or IN or SQL_TOKEN_LIKE



what am I missing?

thanks

mike

 


Messages 3781 - 3810 of 4385   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help