Okay, so let me tell you about this little project I tackled – messing around with “bryant reeves shaq” stuff. Sounds random, right? Well, it kinda started that way.

It all kicked off when I was digging through some old sports data. I was trying to find some cool correlations between player stats and team performance. You know, just the usual nerdy stuff. And these three names kept popping up – Bryant, Reeves, and Shaq. At first, I thought it was just a coincidence.
First step: Data Dive. So, naturally, I started pulling their stats from various seasons, looking for patterns. I mainly used some publicly available basketball stats databases – nothing fancy, just the usual stuff you can find online. I even cobbled together a script in Python using Pandas to help clean and organize the data. It was a bit messy at first, with different naming conventions and missing values, but after a bit of wrangling, I had a decent dataset.
Then, I started visualizing the data. I tried different graphs – scatter plots, line charts, you name it. I was looking for any sort of visual connection between their performances over time. Did they peak at the same time? Did one player’s performance drop when another’s increased? That sort of thing. Honestly, at this point, I was just throwing spaghetti at the wall to see what stuck.
The “Aha!” Moment (Sort Of). After hours of staring at graphs, I noticed something interesting. There was a period where Shaq’s scoring efficiency seemed to benefit when he was playing alongside players who were good at spreading the floor. Now, Reeves wasn’t exactly a sharpshooter like Bryant, but he had a decent midrange game for a big man back in the day. And Bryant, well, he was Bryant. Always a scoring threat.
So, I started thinking about how their playing styles might complement each other. Shaq was a dominant inside presence, and Bryant could draw defenders away from the paint, creating more space for Shaq to operate. Reeves, being a decent shooter, could further stretch the defense, preventing teams from double-teaming Shaq too much.
Diving Deeper. To test this hypothesis, I looked at games where all three players were on the floor together. I compared Shaq’s scoring efficiency (points per shot attempt) in those games to his average scoring efficiency for that season. Lo and behold, there was a slight bump in his efficiency when he played with both Bryant and Reeves. Not a massive difference, but noticeable nonetheless.
I decided to look at assist data, too. I checked to see if there were any significant increases in assists from Bryant and Reeves to Shaq when they were all on the court. And again, I saw a slight increase. It seemed like the increased spacing and scoring threats created by Bryant and Reeves were leading to more opportunities for Shaq to score and be set up for easy baskets.
The Reality Check. Now, here’s the thing. This wasn’t some groundbreaking discovery that revolutionized basketball strategy. It was more of a fun exercise in data analysis. The sample size was relatively small, and there were tons of other factors that could have influenced Shaq’s performance in those games.
- Opponent quality
- Game location (home vs. away)
- Injuries
- Even random chance
I didn’t do any rigorous statistical testing to account for these factors. I was just playing around with the data and looking for interesting patterns. I wasn’t trying to prove anything, just explore.
What I Learned. Even though the results weren’t earth-shattering, I learned a lot from this project. I got better at:

- Data cleaning and wrangling
- Data visualization
- Formulating hypotheses
- Thinking critically about data and its limitations
Plus, it was just plain fun. I love basketball, and I love messing around with data. So, this project was a perfect combination of my interests.
Final Thoughts. So, yeah, that’s the story of my “bryant reeves shaq” data adventure. It wasn’t about finding some hidden truth about basketball. It was about learning, exploring, and having a good time with data. And that, my friends, is what data analysis is all about for me.