Giter Club home page Giter Club logo

playground's Introduction

GitHub issues

Project Infromation

Fundamental purpose of this project is to analyze the data from big retail grocery chains in order to extract patterns and key insights. Visuals from this project will be provided from RSutdio with library ggplot2 and Tableau Public. Furthermore, the project comes with an extra excel file which is exported from tidy data after analyzing them.

Languages

R

Environment

RStudio

Installation

setwd('C"/YourPathGoesHere/')
.libPaths('C:/Users/')

Libraries

library(readr)
library(tidyverse)
library(magrittr)
library(writexl)

Problems Faced

Common Problems
  • Renaming Variables
  • Dealing with NA values
  • Dropping Columns
  • Deleting Rows
Other Problems
  • Each product category belongs into a more generic product category

Reading Files

Markets <- read_csv("WorkingData/markets_all.csv")
Categories <- read_csv("WorkingData/categories.csv")
bar <- read_csv("WorkingData/bar.csv")

Visuals

Visuals created via

  • RStudio and
  • Tableau

What Consumers buy the most from each Market

Sheet 3

Code Samples

ggplot(AB, aes(Category_Name, AB)) +
  geom_bar(stat = 'identity') +
  labs(x = 'Category Name',
       y = 'Total Sum',
       title = 'Which is the most preferred category from Food',
       subtitle = 'Market: AB') +
  coord_flip()

Rplot!

playground's People

Contributors

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