This project analyzes the global mobile vendor market share using StatCounter data. The objective is to study how different smartphone brands perform over time and identify trends in the market.
The dataset contains monthly market share (%) from April 2025 to March 2026.
Brands included:
Dataset is created manually using R Includes monthly data from April 2025 to March 2026 Dataset Structure Columns → Mobile brands (Apple, Samsung, Xiaomi, Vivo, Oppo) Rows → Months Values → Market share (%) This format helps in easy analysis and visualization
Before visualization, the dataset is converted into long format.
This step ensures the data is suitable for plotting multiple lines.
This graph shows how each brand’s market share changes over time.
Visualization helps to:
The analysis shows that Apple leads the global smartphone market. Samsung follows with declining trends, while other brands maintain stable positions.
This project demonstrates the importance of data visualization in analyzing real-world data.