0% found this document useful (0 votes)
2 views2 pages

Academic Notes

This report details the findings from a two-month data analyst internship focused on auditing Q3 consumer retail transaction logs and addressing data quality issues. Key insights include a surge in weekend mobile traffic and high cart abandonment rates, leading to strategic recommendations for optimizing mobile landing pages and streamlining the checkout process. The analysis has influenced the allocation of digital marketing budgets for Q4.

Uploaded by

yashay158
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views2 pages

Academic Notes

This report details the findings from a two-month data analyst internship focused on auditing Q3 consumer retail transaction logs and addressing data quality issues. Key insights include a surge in weekend mobile traffic and high cart abandonment rates, leading to strategic recommendations for optimizing mobile landing pages and streamlining the checkout process. The analysis has influenced the allocation of digital marketing budgets for Q4.

Uploaded by

yashay158
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Document 4: Quarterly Corporate Data Analysis Internship Report

1. Executive Summary and Scope of Work

This analytical report summarizes the primary workflows, methodologies, and


findings generated during a two-month data analyst internship with the regional
sales and marketing operations team. The primary objective of the engagement
was to audit the organization's Q3 consumer retail transaction logs, resolve
systemic data quality issues, and develop interactive business intelligence
dashboards to guide executive decision-making ahead of the upcoming
promotional quarter.

Over the course of the internship, approximately 125,000 raw transaction records
spanning three regional distribution centers were extracted, cleaned, and
evaluated. The insights derived from this dataset have directly influenced the
allocation of digital marketing budgets for Q4.

2. Data Cleaning Methodology and Transformation Pipeline

Raw transaction logs ingested from legacy point-of-sale systems exhibited severe
formatting inconsistencies and data hygiene issues. All data preprocessing was
executed using Python within a Jupyter Notebook environment, leveraging pandas
and numpy for data frame manipulation:

 Handling Missing Values: Approximately 3.4% of records lacked explicit


postal code identifiers or customer categorization tags. For categorical
demographic fields, missing values were imputed using mode substitution
based on corresponding store identifiers. Numeric transaction amounts with
null entries were cross-referenced against inventory price sheets to
reconstruct accurate totals.

 Deduplication and Standardization: Duplicate transaction GUIDs caused by


database synchronization errors were identified and purged, removing 412
redundant rows. String fields such as product category names and city
labels were standardized using regular expressions to strip trailing
whitespaces and convert text to uniform casing.

 Outlier Detection: Box-plot distributions and Z-score calculations (threshold


|𝒁| > 𝟑) were utilized to flag anomalous bulk-purchase orders. Fifty-eight
corporate B2B wholesale transactions had been incorrectly tagged as
individual retail purchases; these were segregated into a specialized
secondary database to prevent skewing average order value (AOV) metrics.

3. Key Exploratory Data Analysis (EDA) Findings


Following the sanitization phase, exploratory data analysis revealed several critical
behavioral trends across consumer segments:

1. Weekend Mobile Tra ic Surge: While weekday purchasing volume remained


steady across desktop and mobile channels, Saturday and Sunday
conversion rates via wireless mobile devices surged by 18.2% compared to
Q2 averages.

2. Cart Abandonment Correlations: Checkout sessions requiring more than


three user interactions (clicks) after adding an item to the shopping bag
demonstrated an abandonment rate 34% higher than streamlined single-
click checkout funnels.

3. Regional Product Preferences: Urban retail centers exhibited a 40% higher


velocity of repeat purchases for compact accessories compared to
suburban outlets, which saw higher gross sales in larger home-goods
bundles.

4. Strategic Recommendations and Next Steps

Based on these empirical findings, three immediate operational adjustments are


recommended:

 Optimize Mobile Landing Pages: Reallocate 25% of the desktop display


advertising budget toward mobile-optimized weekend promotional
campaigns.

 Streamline Checkout Flow: Collaborate with the UI/UX engineering team to


eliminate mandatory account creation screens during the mobile checkout
process, enabling guest checkout by default.

 Automate Weekly Reporting: Deploy the finalized dashboard script to the


central analytics server so that regional managers receive automated CSV
and visual summaries every Monday morning without manual intervention.

You might also like