Hole | Wins | Losses | Score | -12 |
---|---|---|---|---|
1 | 39 | 42 | +6 | (E) |
10 | 63 | 18 | -12 | (-2) |
Avg | 51 | 30 | +26 |
I can help you with that.
Here is the data in a JSON format:
{
"games": [
{
"date": "September 1, 2010",
"homeTeam": "New York Yankees",
"awayTeam": "Oakland Athletics"
},
{
"date": "September 2, 2010",
"homeTeam": "New York Yankees",
"awayTeam": "Oakland Athletics"
},
...
]
}
However, if you want to process the data in a specific format like CSV or TSV, I can help with that too.
Here is the data in a CSV format:
date,homeTeam,awayTeam
September 1, 2010,Oakland Athletics,New York Yankees
September 2, 2010,Oakland Athletics,New York Yankees
...
Let me know which one you need! Updated: July 18, 2025 at 5:30 AM