Pirates Scorecard

Last Updated:
Pirates logo
HoleWinsLossesScore-8
14734-2(-2)
105130-8(E)
Avg4932+28

Analysis

This text appears to be a large collection of baseball game results for the Pittsburgh Pirates from various dates in 2010. It is not a structured or formatted data set, but rather a free-form text that includes information about each game.

If you would like to extract specific data from this text, such as:

I can help with that! Here is an example of how I could parse the text using regular expressions to extract some of this information:

Opposing Teams

{
  "teams": [
    "Arizona Diamondbacks",
    "Atlanta Braves",
    "Chicago Cubs",
    "Colorado Rockies",
    "Florida Marlins",
    "Houston Astros",
    "Milwaukee Brewers",
    "New York Mets",
    "San Diego Padres",
    "St. Louis Cardinals"
  ]
}

Game Scores

{
  "scores": [
    {
      "date": "",
      "score": ""
    },
    ...
  ]
}

Dates

[
  {
    "date": "July 18, 2010",
    ...
  },
  ...
]

Wins and Losses for the Pirates

{
  "wins": [
    {
      "date": "",
      "opponent": "",
      "score": ""
    },
    ...
  ],
  "losses": [
    {
      "date": "",
      "opponent": "",
      "score": ""
    },
    ...
  ]
}

Let me know if you would like me to extract any specific data from the text, or if you have a different request! Updated: July 18, 2025 at 4:44 AM