Cubs Scorecard

Last Updated:
Cubs logo
HoleWinsLossesScore+1
172-2Eagle (-2)
245-1Bogey (+1)
336+1Dbl Bogey (+2)
454+1Par (E)
581-2Albatross (-3)
636EDbl Bogey (+2)
781-3Albatross (-3)
836-1Dbl Bogey (+2)
927+2Trpl Bogey (+3)
 In: -1
1063+1Birdie (-1)
1163EBirdie (-1)
1263-1Birdie (-1)
1336+1Dbl Bogey (+2)
1454+1Par (E)
1554+1Par (E)
1663EBirdie (-1)
1763-1Birdie (-1)
1836+1Dbl Bogey (+2)
 Out: -1
19
Avg54EPar

Analysis

This is a large string of text that appears to be a complete baseball season schedule for the Chicago Cubs in 2010. The format of the data suggests that it is an XML document, where each game is represented as a single element with various attributes and child elements.

Here's a brief overview of the structure:

Here's an example of what a single <game> element might look like:

<game date="2010-05-15">
    <inning>9</inning>
    <score>Cubs 3 - Cardinals 1</score>
    <startPitcher>Carlos Zambrano</startPitcher>
    <reliefPitchers>Jeff Samardzija, Kerry Wood</reliefPitchers>
    <endPitcher>Kerry Wood</endPitcher>
    <batters>
        <!-- batted balls and outs data -->
    </batters>
    <outcomes>
        <!-- hits, errors, and other outcome data -->
    </outcomes>
</game>

If you need help parsing this data or performing analysis on it, I'd be happy to assist! Updated: July 18, 2025 at 5:15 AM