Summary
Overview
Work History
Skills
Education
Work Availability
Work Preference
Accomplishments
Software
Timeline
Project
PROJECT
project
Project
Languages
Interests
Generic

Abdul Mussavir

Adelaide,SA

Summary

Data Analysis & Data Science | Turning Data into Scalable AI Solutions | RAG, Embeddings & Automation | Python, SQL, Power BI | Building Agentic Tools for Real-World Impact. Detail-focused Data Analyst with knowledge in data warehousing, process validation and business needs analysis. Proven to understand customer requirements and translate into actionable project plans. Dedicated and hard-working with passion for Big Data.

Overview

6
6
years of professional experience
3
3
Languages

Work History

Data Analyst

Stepsharp
Adelaide , SA
08.2022 - Current
  • Generated reports and obtained data to develop analytics on key performance and operational metrics.
  • Provided supporting information to substantiate research findings.
  • Utilized data analysis to monitor process efficiencies and identify data integrity exceptions.
  • Identified needs of customers promptly and efficiently.
  • Maintained library of model documents, templates or other reusable knowledge assets.
  • Conducted data analysis to prepare forecasts and identify trends.
  • Collected, tracked and reviewed data to evaluate business and market trends.
  • Analyzed and tracked data to prepare forecasts and identify trends.

Digital Marketer

StepSharp
Adelaide , SA
06.2019 - 08.2022
  • Tracked and analyzed social media and online marketing initiatives.
  • Developed creative digital content and unique campaigns to drive brand exposure.
  • Supported SEO initiatives to improve content, keywords and branding.
  • Generated interest for new and upcoming product and service releases by managing social media accounts.
  • Improved short- and long-term digital marketing strategies.
  • Oversaw social media accounts and image licensing.
  • Produced blog posts, pay-per-click ads and promotional content.
  • Wrote social media content to increase engagement with customers.
  • Posted new content for products and services when managing marketing and release calendars.
  • Directed social media and digital marketing strategy and initiatives to promote brand building, guest retention and revenue-focused activities.
  • Built network of social media influencers, including celebrities, bloggers and companies to increase brand exposure.
  • Employed storytelling for digital content and developed unique campaigns to promote brand engagement.

Skills

  • Statistics and SAS
  • Database Programming and SQL
  • Attention to Detail
  • Configuration Management
  • Data Visualization and Presentations
  • Reporting Tools
  • Analytical Problem Solving
  • Data Integrity Validation
  • Data Analysis
  • Decision Making
  • Business Analysis
  • Statistical Analysis
  • R-programming
  • Data Analyst through R
  • Data visualisation through R and PowerBi
  • Excel, Google Sheet
  • Strong analytical skill
  • Data Compiling
  • SEO Strategies

Python

Machine learning

Data science

Education

Analysis - Data Analyst in SQL

DataCamp
Online
04.2023

Data Analytics Certification -

Google
Online -Coursera
08.2022

Fundamental of Digital Marketing -

Google
Google Digital garrage
12.2021

Bachelor of Technology - Electrical And Electronics Engineering

Rajasthan Technical University
Jodhpur
10.2015

Work Availability

monday
tuesday
wednesday
thursday
friday
saturday
sunday
morning
afternoon
evening
swipe to browse

Work Preference

Work Type

Full TimePart TimeContract WorkInternship

Location Preference

HybridRemoteOn-Site

Important To Me

Company CultureWork-life balanceCareer advancementFlexible work hoursTeam Building / Company RetreatsWork from home optionPersonal development programs

Accomplishments

  • Used Microsoft Excel to develop inventory tracking spreadsheets.
  • Made recommendations on business intelligence tools to cut processing time by 15%.
  • Improved relationship with customer by developing a unique business intelligence solution to meet complex requirements.

Software

PowerBI

Tableau

Salesforce

Excel

Timeline

Data Analyst

Stepsharp
08.2022 - Current

Digital Marketer

StepSharp
06.2019 - 08.2022

Analysis - Data Analyst in SQL

DataCamp

Data Analytics Certification -

Google

Fundamental of Digital Marketing -

Google

Bachelor of Technology - Electrical And Electronics Engineering

Rajasthan Technical University

Project

Project: RAG-Powered Financial Analyst Agent

Objective:
Build an AI agent that can parse, understand, and answer questions from financial reports using Retrieval-Augmented Generation (RAG) techniques.

Tech Stack:

  • n8n (no-code workflow automation)
  • OpenAI for text embeddings
  • Pinecone for vector search and storage
  • OneDrive as the data source

Key Features:

  • File ingestion from cloud (OneDrive, scalable to S3/Google Drive)
  • Text chunking and semantic embedding
  • Indexed and stored in Pinecone by namespace
  • Real-time query interface that responds to financial questions
  • Modular structure, scalable across enterprise cloud platforms

Use Case:
Designed for finance teams, data analysts, and consultants who work with financial documents like 10-Ks or quarterly reports, and need instant answers from within lengthy documents.

Future Enhancements:

  • UI dashboard for stakeholder interaction
  • Multi-file ingestion with automated vectorization
  • User-based access to analytics

🧠 A fully functional backend-ready RAG pipeline—designed to save hours of manual work.

🔗 Want to try it? [Demo available on request]

PROJECT

Amazon Review Analytics: Sentiment, Length & Helpfulness (highlights features)

  • Amazon Product Review Sentiment Analysis
    Analyzed Amazon product reviews to uncover customer sentiment patterns, review characteristics, and correlations between helpfulness votes, review length, and sentiment scores.

    Key Highlights:

    Processed and cleaned raw Amazon review data for analysis.

    Applied VADER Sentiment Analysis to classify reviews as positive, negative, or neutral.

    Engineered features such as review length and helpfulness ratio for deeper insights.

    Created visualizations including:

    Correlation matrix between review features.

    Review length distribution and sentiment comparison.

    Sentiment label distributions (text-based vs. proxy labels).

    VADER compound score distribution.

    Tools used: Python, Pandas, NumPy, Matplotlib, Seaborn, NLTK (VADER).

    GitHub Repository: https://github.com/mussaussie/Amazon_sentiment_Analysis
  • Skills: Jupyter · Python (Programming Language) · Matplotlib · NLTK (VADER Sentiment Analysis) · Natural Language Processing (NLP) · Feature Engineering · Data Visualization Exploratory Data Analysis (EDA) · Python Pandas NumPy Matplotlib Seaborn NLTK (VADER Sentiment Analysis) · Seaborn · NLTK (VADER Sentiment Analysis) · Feature Engineering · Data Visualization Exploratory Data Analysis (EDA)

project

Store Trial Analysis with Python: Measuring Sales & Customer Lift“In this project I performed an end-to-end A/B analysis of a three-store pilot (Stores 77, 86, 88) against matched control stores. Using Python (pandas, NumPy, Matplotlib, SciPy),
• Aggregated monthly sales, unique customers, and transactions/customer
• Selected controls via pre-trial Pearson correlation + magnitude distance
• Conducted t-tests and plotted confidence intervals to identify significant lift
• Decomposed incremental sales into new-customer vs. basket-size drivers
• Compiled interactive Jupyter reports and visual dashboards
Key takeaways: Store 77 saw sustained +60 % sales lift driven 70 % by new customers; insights guided a full rollout strategy.”

link :- https://github.com/mussaussie/store-trial-analysis


Skills: Python (Programming Language) · Data Analysis · Statistical Data Analysis · Data Visualization · Data ModelingSkills: Python (Programming Language) · Data Analysis · Statistical Data Analysis · Data Visualization · Data Modeling

Project


Web Scrapping, Regex and PandasWeb Scrapping, Regex and Pandas

  • In this project, I utilized web scraping techniques to extract and analyze the text of Martin Luther King Jr.'s famous speech from an online source. By leveraging Python libraries such as BeautifulSoup and requests, I was able to retrieve the speech content from the webpage. I then processed the text by cleaning and normalizing it, removing punctuation, and converting it to lowercase. Finally, I used the pandas library to count the frequency of each word in the speech and saved the results to a CSV file. This project demonstrates my skills in web scraping, text processing, and data analysis using Python.

https://github.com/mussaussie/webscrapping/tree/main

Languages

English, Hindi, Urdu

Interests

Cricket

Abdul Mussavir