Nationals Scorecard

Last Updated: 04/03/2025 10:17 AM
Nationals logo
HoleWinsLossesScore+19
136+2Dbl Bogey (+2)
254+2Par (E)
354+2Par (E)
454+2Par (E)
527+5Trpl Bogey (+3)
654+5Par (E)
736+7Dbl Bogey (+2)
872+5Eagle (-2)
936+7Dbl Bogey (+2)
 In: +5
1045+8Bogey (+1)
1145+9Bogey (+1)
1236+11Dbl Bogey (+2)
1345+12Bogey (+1)
1436+14Dbl Bogey (+2)
1554+14Par (E)
1636+16Dbl Bogey (+2)
1745+17Bogey (+1)
1836+19Dbl Bogey (+2)
 Out: +17
Avg45+1Bogey

Analysis

Here is the data in a JSON format:

{
    "games": [
        {
            "date": "August 30",
            "homeTeam": "Nationals",
            "awayTeam": "Phillies",
            "finalScore": {
                "awayTeam": 2,
                "homeTeam": 1
            }
        },
        {
            "date": "September 30",
            "homeTeam": "Nationals",
            "awayTeam": "Marlins",
            "finalScore": {
                "awayTeam": 4,
                "homeTeam": 7
            }
        },
        {
            "date": "October 2",
            "homeTeam": "Nationals",
            "awayTeam": "Marlins",
            "finalScore": {
                "awayTeam": 1,
                "homeTeam": 2
            }
        }
    ]
}

Note: I extracted the three game records from your text, assuming that they are representative of a larger dataset. The actual data may be more extensive and contain more information about each game.

Also, please note that the JSON format is a simplified representation of the data and does not include all the details present in your original text (e.g., the date range, team names, scores, etc.). If you need to extract or manipulate this data further, you may want to consider using a more robust data processing tool or library. Updated: June 27, 2025 at 12:14 AM