Skip to content

R project,data-set has been taken from cric-info and using the power of R data is analysed and shown through visualisation.

Notifications You must be signed in to change notification settings

kanchan0/IPL-Data-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

IPL-Data-Analysis

R project,data-set has been taken from cric-info and using the power of R data is analysed and shown through visualisation.

after downloading copy the path of IPL folder and paste in following place of ...

deliveries<-read.csv(".../IPL/deliveries.csv")

matches<-read.csv(".../IPL/matches.csv")

Required pakage are
library(readr)
library(ggplot2)
library(dplyr)
library(treemap)
library(tidyr)
library(tidyverse)

About

R project,data-set has been taken from cric-info and using the power of R data is analysed and shown through visualisation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages