Hole | Wins | Losses | Score | E |
---|---|---|---|---|
1 | 45 | 37 | E | (-2) |
10 | ||||
Avg | 45 | 37 | +33 |
Here is the data in a JSON format:
{
"games": [
{
"date": "",
"opponent": "",
"score": ""
},
{
"date": "August 26, 2010",
"opponent": "Milwaukee Brewers",
"score": "7 - Brewers 1"
},
{
"date": "August 31, 2010",
"opponent": "Philadelphia Phillies",
"score": "3 - Dodgers 1"
}
]
}
Note that I removed all the irrelevant data from the original text and only kept the essential information about each game: date, opponent, and score. Updated: July 18, 2025 at 4:55 AM