Skip to content

Cohort analysis is a subset of behavioural analytics that takes the data from a given data set (e.g. an EMRS, an e-commerce platform, web application, or online game) and rather than looking at all users as one unit, it breaks them into related groups for analysis (Wikipedia)

Notifications You must be signed in to change notification settings

audhiaprilliant/Cohort-Analysis-Online-Retail-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cohort Analysis Online Retail Data

Enviromental Development

In this research, author used personal computer or laptop with hardwares spesification described below:

  • Processor AMD A8 – 7410
  • Memory 4GB
  • VGA Radeon (TM) R5 Graphics

And several softwares:

  • Operating system Microsoft Windows Pro 10 (64-bit) and Ubuntu Bionic Breaver
  • R with packages dplyr, DT, ggplot2
  • Microsoft Excel 2016 as tools for data editor, data merging, and data transforming

Dataset

For this analysis, we use Online Retail Data

No. Variable Name Type Information
1 InvoiceNo Character Product purchase number listed payment receipt at online retail stores
2 StockCode Character Product codes that found at online retail stores
3 Description Character Description of the stock codes or product name that found at online retail stores
4 Quantity Numeric The number of customer purchases (unit)
5 InvoiceDate Date Purchase date
6 UnitPrice Numeric Product prices
7 CustomerID Factor Customer ID registered at an online retail store
8 Country Factor The country customer that makes a purchase for a product at an online retail store

About

Cohort analysis is a subset of behavioural analytics that takes the data from a given data set (e.g. an EMRS, an e-commerce platform, web application, or online game) and rather than looking at all users as one unit, it breaks them into related groups for analysis (Wikipedia)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages