Data science is not about math. It is about making better product decisions by understanding what the data actually says — and what it doesn’t.
You will hear a lot about data science as a specialized skill. The actual job of a product manager is simpler but no less critical: use data to validate assumptions and improve your product. This means translating raw numbers into actionable insights without getting lost in technical jargon or false certainty.
The trap is to either ignore data because you’re “not a math person,” or to accept every statistical result as gospel. The reality lies between — you need enough understanding to ask good questions, interpret results cautiously, and combine data with your product intuition.
Start with a simple use case: funnel analysis for new user onboarding
Imagine you are a PM at a company like Dropbox or any Indian SaaS startup. Your metrics show that new users take a long time to figure out what to do after signing up. This is a problem — long onboarding time increases drop-off and reduces engagement.
You want to measure this friction objectively. Tools like Mixpanel, Segment, or Intercom help capture user events and timestamps. For example, you track when a user logs in (first event) and when they perform a meaningful action (second event) like uploading a file or creating a folder.
By measuring the average time between these events, you quantify how long it takes users to start engaging. This is your baseline.
To improve this, you decide to introduce an intro video that plays when a user logs in for the first time. The video explains what the product offers and how to get started. Your hypothesis is that this will reduce the time it takes for users to take meaningful action.
You then compare two funnels:
- Funnel A: New users who did not see the intro video (before launch)
- Funnel B: New users who saw the intro video (after launch)
Alternatively, you can run an A/B test with two groups during the same period.
By comparing these funnels, you check if the video has the intended effect.
The PM’s process so far: observation, hypothesis, action, measurement
The product manager has done four key things:
- Observation: It takes new users a long time to start using the product.
- Hypothesis: An intro video will reduce this time.
- Action: Implement the video feature on first login.
- Measurement: Compare funnels to see if the time decreased.
This is the essence of data-driven product management.
Hypothesis testing: the formal side of what PMs already do
Hypothesis testing is a statistical method that formalizes this process: it uses data to determine the probability that your hypothesis is true.
- Null Hypothesis (H0): The intro video does not reduce the average time to first action.
- Alternative Hypothesis (H1): The intro video reduces the average time.
A statistician would calculate a p-value — the probability that the observed difference (or something more extreme) would happen if the null hypothesis were true.
A low p-value (usually below 0.05) suggests that the difference is unlikely to be due to chance, so you reject the null hypothesis in favor of the alternative.
This formalism quantifies the uncertainty in your measurement instead of relying on qualitative judgment alone.
Funnels versus p-values: different tools for the same question
When you compare funnels, you are making a qualitative assessment: if the average time drops significantly, you feel confident that the video helped.
Hypothesis testing does the same but provides a controlled, quantitative measure of confidence.
The key word is “likely.” Neither funnels nor p-values give certainty. They tell you how confident you can be that the video made a difference.
If the difference is small or inconsistent, you may need to revisit your hypothesis and try another approach.
Why understanding this matters even if you don’t do the math
You will not be expected to run Chi-square tests or calculate confidence intervals yourself. That is the data scientist’s job.
But understanding how these tools relate to your everyday decisions helps you:
- Trust the data science team’s analysis without blind faith
- Ask the right questions about sample size, bias, and significance
- Avoid common pitfalls like over-interpreting noise or ignoring uncertainty
This is what separates pragmatic product leaders from feature factories.
Common pitfalls when interpreting data-driven experiments
- Confusing correlation with causation: Just because the intro video group had faster times doesn’t mean the video caused it. Were the groups comparable? Were other changes made simultaneously?
- Ignoring sample size: Small samples produce noisy results. A big difference in a group of 20 users might be random variation.
- Chasing statistical significance without business significance: A tiny reduction in time may be statistically significant but not meaningful for the user or business.
- Over-reliance on p-values: P-values do not measure effect size or practical impact. They only assess confidence.
Tools and techniques for PMs to engage with data science
You don’t need to become a statistician, but you should be familiar with:
- Funnel analysis: Track user journeys and conversion rates between steps.
- A/B testing: Compare two or more variants to evaluate changes.
- Cohort analysis: Understand behavior of groups segmented by time or attributes.
- Basic statistics: Mean, median, variance, and understanding distributions.
- Hypothesis formulation: Clearly define what you want to test.
- Data visualization: Use graphs and charts to spot trends and outliers.
- Data querying: Basic SQL or use of analytics tools to extract relevant data.
Indian companies like Razorpay and Swiggy use these techniques extensively to optimize onboarding, checkout, and retention funnels.
The Indian context: data availability and challenges
In India, many startups adopt tools like Mixpanel and Segment early on. However, challenges remain:
- Data quality: Missing events, inconsistent tracking, and incomplete user profiles are common.
- Sample bias: Diverse user bases across languages and regions can skew results.
- Resource constraints: Not every startup has a dedicated data science team; PMs often do the initial analysis.
- Tool familiarity: PMs must learn to use analytics dashboards effectively.
Getting comfortable with basic data science concepts helps you avoid paralysis and make smarter decisions despite these constraints.
Example: How Razorpay improved new user activation
Razorpay noticed that new users took more than 3 days on average to complete their first transaction after signup. This was hurting activation metrics.
They introduced an onboarding video explaining payment gateway integration and best practices.
Using funnel analysis, they compared cohorts before and after the video launch.
The average time dropped to 1.5 days with a statistically significant p-value below 0.01.
This data gave the PM team confidence to roll out the video to all new users and focus next on improving developer docs.
Field Exercise: Analyze your own product’s onboarding funnel (15 min)
- Identify two key events in your product’s onboarding flow (e.g., signup and first purchase).
- Use your analytics tool (Mixpanel, Google Analytics, or equivalent) to measure the average time between these events.
- Formulate a hypothesis to reduce this time (e.g., add an intro video, simplify UI).
- Design a plan to test this hypothesis (A/B test or historical comparison).
- Reflect on what data you would need to confirm or reject your hypothesis confidently.
The limits of data science in product management
Data can guide your decisions but never replace your judgment.
- Data science answers “what” and “how much,” not “why.”
- You still need qualitative user research to understand motivations and pain points.
- Sometimes data is ambiguous or contradictory — you must decide how to proceed.
- Data is historical; product management is about shaping the future.
The actual job is to combine data, intuition, and business context to make the best call.
Test yourself: The intro video hypothesis
You are a PM at a Series A Indian SaaS startup with 10,000 monthly active users. Your analytics show that new users take on average 4 days to complete their first key action after signup. You launch an intro video for first-time logins. After 2 weeks, you compare the funnel for users who saw the video and those who didn’t.
The call: How do you evaluate if the intro video worked? What statistical concepts do you consider before concluding?
Your reasoning:
Where to go next
- If you want to master user research combined with data: User Research Methods
- If you want to learn how to pick and track the right metrics: Metrics and KPIs
- If you want to design and run experiments: A/B Testing and Experimentation
- If you want a deeper understanding of data science for PMs: Data Science Fundamentals for PMs
PL alumni now work at Razorpay, Swiggy, Flipkart, PhonePe, and other leading Indian tech companies.