Which Pirates players have played with the Astros? MLB Immaculate Grid answers September 6

Each day, the MLB Immaculate Grid publishes a new edition of their popular online quiz game. Seemingly overnight, the game has become a favorite for baseball fans everywhere.

The Immaculate Grid follows a simple concept. Users must take into account the six clues along the x and y axes to populate the nine spaces in the square with names of relevant MLB players. While team names are most often given as clues, sometimes a statistical value is included instead.

On September 6, Immaculate Grid asked which players have suited up for the Houston Astros and Pittsburgh Pirates. Today, let's take a look at the top eligible names.

march madness logo

70% Win

(110-25-1)

70% Win

(110-25-1)

70% Win

(110-25-1)

'; }); pollOptions.innerHTML = pollOptionsDom; pollCount.innerHTML = totalVotes + ' votes'; if (totalVotes > 10) { pollCount.classList.remove("hidden"); } } function trackBetsTodayPollImpression() { var intersectionObserverForArticlePoll = new IntersectionObserver( function(entries) { entries.forEach(function(entry) { var pollId = entry.target.getAttribute("data-poll-id"); if (POLLS_BY_ID[pollId]['impression_tracked']) return; if (!entry.target || !entry.isIntersecting || entry.intersectionRatio < 0.5) return; setTimeout(function() { if (isInViewport(entry.target)) { POLLS_BY_ID[pollId]['impression_tracked'] = true; var isDesktop = "1"; var gaPayload = { "question" : POLLS_BY_ID[pollId]['question'], "category": "Baseball", "page_url": window.location.href, "option1": POLLS_BY_ID[pollId]['option1'], "option2": POLLS_BY_ID[pollId]['option2'], } if (isDesktop) { gaPayload["device"] = "Desktop"; } else { gaPayload["device"] = "Mobile"; } gtag("event", "BETS_TODAY_POLL_IMPRESSION", gaPayload); intersectionObserverForArticlePoll.unobserve(entry.target); } }, 1000); }); }, { threshold: 0.5 } ); var pollElements = document.querySelectorAll('.bets-today-poll'); pollElements.forEach(function(pollElement) { var isAnswered = pollElement.querySelector(".poll-option-answered"); if (!isAnswered) { intersectionObserverForArticlePoll.observe(pollElement); } }) } return { answerPollX: answerPollX, }; }(); "Immaculate Grid 157. Retweet or reply with your score!" - Immaculate Grid

Players who have played for Pirates and Astros | MLB Immaculate Grid September 6

New York Yankees ace Gerrit Cole is one of the first players that comes to mind. A first-overall Pirates pick in 2011, Cole spent the first five seasons of his career in Steeltown, with his breakout year coming in 2015.

That year, Cole tossed 208 innings, posting a record of 19-8 alongside a 2.60 ERA, to finish fourth in NL Cy Young voting, and win his first All-Star distinction. In early 2018, he was part of a trade that sent ace Joe Musgrove the other way. In 2019, Cole posted a league-best 2.50 ERA, finishing second in AL Cy Young voting, and also won his first World Series that year.

"Even when he was in Pittsburgh, Gerrit Cole had a deep appreciation for the New York Yankees." - YES Network

Utility infielder Phil Garner began his career with the Oakland Athletics, but joined the Pirates in 1977. Although not a power hitter, Garner was known for his speed and ability to get on base.

He received back-to-back All-Star nods in 1980 and 1981, stealing 42 bases over the course of those two seasons. Garner then played for the Astros from 1982 to 1987, hitting .263/.326/.397 during his time there, and retired in 1988.

2022 All-Star Joe Musgrove appeared on everyone's radar in 2022, when he posted a 2.93 ERA alongside a record of 10-7 to gain his first career All-Star appearance for the San Diego Padres.

A dominant campaign to be sure, Musgrove actually began his career with the Astros, pitching to a 4.52 ERA between 2016 and 2017. He also pitched for the Pirates between 2018 and 2020, but would not come close to the notoriety that he garnered as a member of the Padres.

"Joe Musgrove gives his opinion on his 2017 Astros World Series ring" - Baseball King

Making his debut for the Pittsburgh Pirates in 1951, Frank Thomas was one of the most influential players that that franchise has ever had. In 1953, the outfielder hit .255/.331/.505 with 31 home runs and 102 RBIs.

The following season, he gained an All-Star nod after improving his average to .298 and hitting 23 home runs and 93 RBIs. Not to be confused with the other Frank "The Big Hurt" Thomas, the three-time All-Star passed away in January 2023 at the age of 93.

Quick Links

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1657971, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1657971); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1657971) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1657971) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();

ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaJqRqLKjrculZrCgmZi1brzIq5itnaNiva2t2J6prGWgoa66scNmmKysoqTAbrnLm2SipZ2WsLa4wK2cZp%2BinrFurc2srp6qo2LAprzTnqSbnaJigw%3D%3D