Project Summary: Automated Reporting System using Rithum & Amazon SP APIs
π― Objective
To eliminate manual data pulls and streamline reporting for a client managing multiple e-commerce platforms by automating data collection, transformation, and visualization using APIs, SQL, and cloud-based tools.
π οΈ Approach
We began by understanding the clientβs existing reporting workflow β logging into platforms like Rithum, manually exporting reports, and consolidating them in Excel. The goal was to eliminate this repetitive work while improving speed, accuracy, and data visibility.
π€ Collaboration
A big win in this project was co-creating the data blueprint with the client. They provided a shared Google Sheet listing all key columns, expected values, and report types. This gave us clarity and helped us validate API output against actual reporting needs β ensuring the data extraction hit the mark from day one.
π§© Solution
Integrated Rithum & Amazon SP APIs to pull order, product, and inventory data in an automated fashion
Ingested and structured data in Google BigQuery, using custom SQL views to clean and organize it for analysis
Connected BigQuery to Looker Studio to power real-time, interactive dashboards β accessible to teams across the org
Developed a custom data dictionary that mapped each data field with business meaning, calculation rules, and usage notes
π Key Outcomes
β±οΈ 90%+ Reduction in Reporting Time
All reports are now generated with zero manual effort β improving team productivity and consistency.π Real-Time Dashboards
Metrics are always up-to-date and accessible through Looker Studio or any other BI tool the client prefers.π Enhanced Data Literacy
The data dictionary helped teams understand their data better β leading to more meaningful insights and confident decision-making.βοΈ Scalable Infrastructure
Adding new fields, metrics, or platforms is now quick and efficient β thanks to modular SQL views and config-based API pipelines.
Project Summary: Survey Data Transformation and Demographic Reporting Automation
π Project Title: Automating Survey Analysis and Demographic Data Cuts with Reverse Coding Intelligence
πΌ Project Overview: The client provided raw survey data collected via a 5-point Likert scale along with a metadata file describing survey items, including whether some items required reverse coding.
The objective was to transform this raw survey dataset into structured, insight-ready output tables showing:
Overall % Positive scores
Detailed Demographic Cuts (Age, Gender, Race, Tenure, and 20+ demographics)
Automated handling of Reverse Coded items
Sample size (n) breakdowns alongside % Positive
Excel-ready, business presentation-quality output
The final solution involved building a fully automated Python pipeline that produces demographic-level reporting ready for immediate client use.
π Key Deliverables:
Data Cleaning and Preparation
Converted survey text responses (Strongly Agree β 5, Disagree β 2, etc.) into numeric Likert scores.
Standardized N/A responses across the dataset.
Metadata Integration
Mapped survey questions to their proper metadata descriptions.
Flagged and identified reverse coded items based on both metadata and business logic.
Reverse Coding Intelligence
Applied dynamic reverse coding on selected survey items where lower scores indicate positive sentiment (e.g., disagreement with negative statements).
Demographic Data Cuts
For each demographic field (e.g., Age, Race, Gender, etc.), calculated:
% Positive (Strongly Agree + Agree or Strongly Disagree + Disagree for reverse coded)
Sample size (n) for each subgroup
Included Total Sample and Demographic Sample Size Columns.
Output Structuring
Structured final Excel tables in business-readable format:
First Columns: Question, Overall Respondents (n), Total Demographic n, Overall % Positive
Next: All Subgroup % Positive columns
Then: All Subgroup Sample Size (n) columns
Ensured one-decimal formatting for percentages.
Automated Reporting
Separate Excel file generated per demographic field.
Naming and file saving logic aligned to business requirements.
Quality Control
Ensured that missing demographic data did not skew % Positive calculations.
Ensured that N/A responses were excluded from denominator calculations.
βοΈ Tools Used:
Python 3.11
Pandas for data manipulation
NumPy for calculations
OpenPyXL for Excel output
π Value Delivered:
π₯ Automated a previously manual and error-prone process.
β‘ Reduced turnaround time for survey analysis from days to minutes.
β Ensured 100% consistency in reverse coding and demographic cuts.
π― Business-ready reporting files, saving 10+ hours per survey cycle.
π¬ Created reusable code templates for scaling to other survey projects.
π Ready for direct client presentation without additional editing.
β¨ Why This Matters for Future Clients:
If you're a business, consulting firm, or HR insights team handling employee engagement surveys, DEI surveys, or organizational pulse surveys, this system allows you to automate, scale, and validate your entire data reporting pipeline.
Ready-to-publish outputs = faster insights = smarter business decisions.