π Dublin, CA | π οΈ H1B Visa Holder
Iβm a data-driven problem solver with a proven track record of turning raw data into actionable insights that drive business growth. With 5+ years of experience, I specialize in data analytics, KPI management, and business intelligence. My expertise lies in leveraging tools like Python, SQL, Tableau, and Snowflake to solve complex business problems and deliver measurable results.
- Optimized Product Features: Conducted A/B testing and regression analysis to improve user experience, resulting in a 15% increase in feature adoption.
- Real-Time KPI Dashboards: Built Tableau and Power BI dashboards that enabled real-time monitoring of KPIs, driving faster decision-making.
- Customer Segmentation: Analyzed customer data to identify high-value segments, leading to a 10% increase in retention rates.
- Automated Analytics: Partnered with cross-functional teams to automate analytical processes, reducing manual effort by 30%.
- Data Storytelling: Created compelling visualizations that simplified complex datasets, enabling stakeholders to grasp insights at a glance.
Hereβs a glimpse of how I approach data analytics:
# Example: Data Cleaning & Analysis with Python
import pandas as pd
import numpy as np
# Load data
data = pd.read_csv('business_data.csv')
# Clean data
data.dropna(inplace=True)
data['Revenue'] = data['Revenue'].apply(lambda x: float(x.replace('$', '').replace(',', '')))
# Analyze data
revenue_by_region = data.groupby('Region')['Revenue'].sum().sort_values(ascending=False)
# Visualize results
import matplotlib.pyplot as plt
revenue_by_region.plot(kind='bar', title='Revenue by Region')
plt.show()
Explore more of my work on my GitHub Projects page!
I'm always excited to collaborate on data-driven projects and exchange ideas. Feel free to connect with me on LinkedIn or check out my latest work on GitHub.