Skip to content

Instantly share code, notes, and snippets.

@szydlinho
szydlinho / Remisy.ipynb
Last active May 12, 2019 11:48
Draws strategy
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
library(ggplot2)
library(reshape2)
library(gridExtra)
library(ggExtra)
setwd("G:/data_football/eng/")
dane <- read.csv("premier_raw.csv", header=T)
head(dane)
length(colnames(dane))
dane[1,30:31] <- "ND"