Git Product home page Git Product logo

adidas-sales-visualization's Introduction

Data Visualization Project with Django

Table of Contents

Introduction

Welcome to the Data Visualization project built with Django. This project aims to provide insights into the data_sales.xlsx dataset using various visualizations implemented in a Django dashboard.

Installation

To set up the project, follow these steps:

  1. Clone the repository.

  2. Navigate to the project directory:

    cd adidas-sales-visualization
  3. Create virtual environment:

    python -m venv venv
  4. Activate the environment: Windows:

    .\venv\Scripts\activate

    macOS/linux

    source venv/bin/activate
  5. Install the required dependencies using the following command:

    pip install -r requirements.txt
  6. Run the Django development server:

    python manage.py runserver

Project Description

1. Understand Your Data

  • First Step: Open the dataset/data_sales.xlsx dataset to gain insights into its structure and variables.
  • Preparing Your Data: Describe any data preprocessing steps undertaken for better analysis.

2. Choosing Your Visualizations

  • Retailer Analysis: Utilized bar charts to compare total sales and operating profit by retailer.
  • Trends: Implemented line graphs to visualize trends over time for variables like Total Sales and Units Sold.
  • Geographical Insights: Employed maps and choropleth maps to visualize sales by region or state.
  • Product Analysis: Utilized pie charts and bar charts to display the distribution of sales among different products.
  • Price Analysis: Created scatter plots to understand the relationship between Price per Unit and Units Sold or Total Sales.
  • Sales Method Analysis: Visualized the distribution of sales by different sales methods using pie charts or bar charts.
  • Additional Insights: Utilized various appropriate charts for additional variables.

3. Implementing Design Elements

  • Consistency: Maintained a consistent color scheme and style across all visualizations.
  • Readability: Ensured charts are easily readable with clear labels, legends, and titles.
  • Highlight Key Insights: Used annotations, highlighting, or visual cues to emphasize important findings.

4. Analyzing and Reporting

  • Analysis: Provided brief analyses for each visualization, identifying trends, outliers, or interesting patterns.
  • Insights: Summarized key insights and considered implications on Adidas's sales strategy and operations.

Requirements

  • Django==5.0.2
  • numpy==1.26.4
  • pandas==2.2.1
  • python-dotenv==1.0.1
  • sqlparse==0.4.4

Screenshots

Contributing

If you'd like to contribute to this project, please follow our Contributing Guidelines.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

adidas-sales-visualization's People

Contributors

alibakhshov avatar internic avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.