Git Product home page Git Product logo

mockdata-to-dashboard's Introduction

Mock Data to Dashboard

The objective of this project is to create a sales dashboard poc

Folder Structure

.
├─ data
│  ├─ 2020_Sales.csv                <- Cleaned data after analysis
│  ├─ Sales_April_2020.csv
│  ├─ Sales_August_2020.csv
│  ├─ Sales_December_2020.csv
│  ├─ Sales_February_2020.csv
│  ├─ Sales_January_2020.csv
│  ├─ Sales_July_2020.csv
│  ├─ Sales_June_2020.csv
│  ├─ Sales_March_2020.csv
│  ├─ Sales_May_2020.csv
│  ├─ Sales_November_2020.csv
│  ├─ Sales_October_2020.csv
│  └─ Sales_September_2020.csv
├─ src
│  ├─ data
│  │  ├─ create_sales_data.py       <- Generates sales data
│  │  ├─ csv_to_db.py               <- Import data to server
│  │  ├─ mysql_dump.sql             <- Import data using dump file
│  │  ├─ pgsql_dump.sql             
│  │  └─ README.md                  <- Import data via command line and create backup
│  └─ img
│     └─ sales_dashboard.png
├─ README.md
├─ requirements.txt
├─ sales_analysis.ipynb             <- Data analysis and initial visualization
└─ sales_dashboard.twb              <- Data visualization

The Dashboard 👀

dashboard_img

This dashboard designed to answer these questions:

  • What was the best month for sales? How much was earned that month?
  • Which city had the highest sales?
  • On which day and when is the best time to advertise?
  • Which products are most often sold together?
  • Which product sold the most?

mockdata-to-dashboard's People

Contributors

anggerenn 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.