I explored a 10,000-row dataset about customer churn — and used Python to see if the type of internet service they used had any connection to their marital status. Here’s what I did step by step: Loaded the data using pandas Summarized and cleaned the columns Created a table showing how often each internet type was used by married vs. single customers Ran a quick Chi-square test (a basic stats test that checks if two things are related) The test showed no strong relationship between marital status and internet type — meaning these two factors don’t seem to influence each other much in this data. Lesson learned: Data doesn’t always confirm our assumptions — and that’s the beauty of analysis. Every dataset tells a story, but it’s our job to ask the right questions and test what’s true. #Python #DataAnalytics #LearningInPublic #Pandas #DataScience #Statistics #DataVisualization #ChurnAnalysis #BeginnerDataAnalyst

Cool analysis! It's so true that data often surprises us. I wonder if segmenting by age group would reveal anything further?

To view or add a comment, sign in

Explore content categories