An open API service indexing awesome lists of open source software.

https://github.com/sumit-sinha9/sales-analysis

Analyzing 12 months worth fo Sales data
https://github.com/sumit-sinha9/sales-analysis

data-analysis pandas python visualization

Last synced: about 2 months ago
JSON representation

Analyzing 12 months worth fo Sales data

Awesome Lists containing this project

README

          

# Sales-Analysis
Here I have taken 12 months worth of Sales Data and made some cleaning, preprocessing, analysis and visualisation on product sales.
## Datasets used
Monthly Sales data for all 12 months, files can be found in Sales Data folder
## Process


  • As a first step I have gathered data from all 12 month datasets and stored it in all_data.csv file

  • Next is Data cleaning & Preprocessing to get clean and proper dataset. As a part of pre processing I have added some new columns in datasets to make it more meaningfull

  • After getting complete dataset, I started to explore deep into dataset to find answers to below questions.


    1. Finding which month produced max sales

    2. Finding which city produced maximum sales

    3. What time should we display advertisements to maximise sales

    4. What products are often sold together

    5. Finding which product had maximum sales and why


  • And I visualized below data as graphs in ipynb file


    1. Visualizing monthly Sales data

    2. Visualizing Sales data on each city

    3. Sales acheived by hours (for all cities and specifically for San Fransisco)

    4. Product sales - count

    5. Product sales - count and adding Price as secondary y axis