Transforming raw data into actionable insights through advanced analytics, visualization, and strategic thinking. Passionate about uncovering patterns that drive business decisions and create meaningful impact.
I am a passionate data analyst with a strong foundation in statistical analysis, data visualization, and business intelligence. My journey in data analytics began with a curiosity about how numbers tell stories and has evolved into a professional pursuit of turning complex datasets into clear, actionable insights.
With expertise in Python, SQL, and modern BI tools, I specialize in building data pipelines, creating interactive dashboards, and performing deep-dive analyses that empower organizations to make data-driven decisions.
University of The People
Data Structure and Algorithm, Python, Java, Website Development, Computer Architecture
University of Community Health (Magway)
Public Health, Health Education, Epidemiology, Public Health Research, Quantitative Research, Health Statistics, Health Promotion.
Community Leadership and Research Institute
Qualitative Research, Project Management, Community Leadership, Diversity, Inclusion and Equity, Economic, Social Science Research Project
Interactive PowerBI dashboard analyzing sales trends, customer segmentation, and revenue forecasting across multiple regions.
View Project →Complete workflow documentation - From data collection to final report ✅ Multiple tools demonstrated - SQL, Python, Jupyter, Power BI, Git ✅ Professional documentation - Industry-standard markdown files ✅ Reproducible analysis - Anyone can replicate your work ✅ Real-world impact - Addresses global food security challenges
Daily reflections and key learnings from my data analytics journey. This section is regularly updated with new insights and experiences.
Today I dove deep into SQL window functions, particularly ROW_NUMBER(), RANK(), and DENSE_RANK(). These functions have transformed how I approach complex analytical queries. I applied them to a customer segmentation project and reduced query complexity by 40%. The key learning: window functions are essential for performing calculations across row sets without grouping.
Learned about the importance of dashboard design principles today. Key insights include: start with the end user in mind, use the right chart for the data story, and maintain consistency in color schemes. Implemented these principles in my sales dashboard redesign, resulting in much clearer insights and better user feedback.
Explored vectorization in Pandas and learned how to avoid iterating over DataFrame rows. By using vectorized operations and built-in methods like apply(), map(), and applymap(), I improved my data processing script performance by 10x. This is crucial for handling large datasets efficiently.
Reviewed hypothesis testing fundamentals and applied t-tests and chi-square tests to a marketing campaign analysis. The biggest takeaway: understanding p-values and statistical significance is crucial for making data-driven business recommendations. Always check assumptions before choosing a test.
Spent the day mastering data cleaning techniques. Learned about handling missing values (imputation vs. deletion), dealing with outliers using IQR method, and standardizing data formats. Clean data is the foundation of good analysis - garbage in, garbage out!