Baselight

EPL 19-20 Weekly Tables

Weekly Points and Standings of EPL 19-20 Season for Timeseries Analysis

@kaggle.kunjmehta_epl_1920_weekwise_standings

Epl 19–20 Gw Timeseries
@kaggle.kunjmehta_epl_1920_weekwise_standings.epl_19_20_gw_timeseries

  • 133.78 KB
  • 1048575 rows
  • 77 columns
teams

Teams

gw1_points

GW1 Points

gw1_standing

GW1 Standing

gw2_points

GW2 Points

gw2_standing

GW2 Standing

gw3_points

GW3 Points

gw3_standing

GW3 Standing

gw4_points

GW4 Points

gw4_standing

GW4 Standing

gw5_points

GW5 Points

gw5_standing

GW5 Standing

gw6_points

GW6 Points

gw6_standing

GW6 Standing

gw7_points

GW7 Points

gw7_standing

GW7 Standing

gw8_points

GW8 Points

gw8_standing

GW8 Standing

gw9_points

GW9 Points

gw9_standing

GW9 Standing

gw10_points

GW10 Points

gw10_standing

GW10 Standing

gw11_points

GW11 Points

gw11_standing

GW11 Standing

gw12_points

GW12 Points

gw12_standing

GW12 Standing

gw13_points

GW13 Points

gw13_standing

GW13 Standing

gw14_points

GW14 Points

gw14_standing

GW14 Standing

gw15_points

GW15 Points

gw15_standings

GW15 Standings

gw16_points

GW16 Points

gw16_standing

GW16 Standing

gw17_points

GW17 Points

gw17_standing

GW17 Standing

gw18_points

GW18 Points

gw18_standing

GW18 Standing

gw19_points

GW19 Points

gw19_standing

GW19 Standing

gw20_points

GW20 Points

gw20_standing

GW20 Standing

gw21_points

GW21 Points

gw21_standing

GW21 Standing

gw22_points

GW22 Points

gw22_standing

GW22 Standing

gw23_points

GW23 Points

gw23_standing

GW23 Standing

gw24_points

GW24 Points

gw24_standing

GW24 Standing

gw25_points

GW25 Points

gw25_standing

GW25 Standing

gw26_points

GW26 Points

gw26_standing

GW26 Standing

gw27_points

GW27 Points

gw27_standing

GW27 Standing

gw28_points

GW28 Points

gw28_standing

GW28 Standing

gw29_points

GW29 Points

gw29_standing

GW29 Standing

gw30_points

GW30 Points

gw30_standing

GW30 Standing

gw31_points

GW31 Points

gw31_standing

GW31 Standing

gw32_points

GW32 Points

gw32_standing

GW32 Standing

gw33points

GW33Points

gw33_standing

GW33 Standing

gw34_points

GW34 Points

gw34_standing

GW34 Standing

gw35_points

GW35 Points

gw35_standing

GW35 Standing

gw36_points

GW36 Points

gw36_standing

GW36 Standing

gw37_points

GW37 Points

gw37_standing

GW37 Standing

gw38_points

GW38 Points

gw38_standing

GW38 Standing

MCI314372102102132162162192222252254283293323323353383383413443472482512512542572572572632632662662692722752782812
MUN32444558848891091210141371310167179189216245256258288315315345345345357387415425455465495525555585595625633663
LIV336191121151181211241251281311341371401431461491491521551581611641701731761791791821831861861891921931931961991
BHA3445484165166156169149161214158151115121516181319122013201320152314241424142515251526152715281528152915321533153315331536153615371638164115
BUR35310464125148991112712812131214151018718101812181321122410241224132415241527143013311134113710389391039114211451046104910501051105495410
TOT3646475983871161191271211131114141710205208237265267296306306308318346375405406407418428457459488499528557587596
ARS376263758711412415315516517517618819819102292210231124112412271028102910301031103410379371040940104394684975085095395310568
BOU1847411415791061181110121013916716916111612161416151914191420162016201820192019231826162616261627182718271827182719271928183118311831193418
SHU194849510515810812913129138166175186197199228257285297298298326337338366396407408437447448477489517547548548549
CRY110114410747128121191461461561591512151318112172210239231226927928929930930113014301433133612391142942104212421442144214421442144314

CREATE TABLE epl_19_20_gw_timeseries (
  "teams" VARCHAR,
  "gw1_points" DOUBLE,
  "gw1_standing" DOUBLE,
  "gw2_points" DOUBLE,
  "gw2_standing" DOUBLE,
  "gw3_points" DOUBLE,
  "gw3_standing" DOUBLE,
  "gw4_points" DOUBLE,
  "gw4_standing" DOUBLE,
  "gw5_points" DOUBLE,
  "gw5_standing" DOUBLE,
  "gw6_points" DOUBLE,
  "gw6_standing" DOUBLE,
  "gw7_points" DOUBLE,
  "gw7_standing" DOUBLE,
  "gw8_points" DOUBLE,
  "gw8_standing" DOUBLE,
  "gw9_points" DOUBLE,
  "gw9_standing" DOUBLE,
  "gw10_points" DOUBLE,
  "gw10_standing" DOUBLE,
  "gw11_points" DOUBLE,
  "gw11_standing" DOUBLE,
  "gw12_points" DOUBLE,
  "gw12_standing" DOUBLE,
  "gw13_points" DOUBLE,
  "gw13_standing" DOUBLE,
  "gw14_points" DOUBLE,
  "gw14_standing" DOUBLE,
  "gw15_points" DOUBLE,
  "gw15_standings" DOUBLE,
  "gw16_points" DOUBLE,
  "gw16_standing" DOUBLE,
  "gw17_points" DOUBLE,
  "gw17_standing" DOUBLE,
  "gw18_points" DOUBLE,
  "gw18_standing" DOUBLE,
  "gw19_points" DOUBLE,
  "gw19_standing" DOUBLE,
  "gw20_points" DOUBLE,
  "gw20_standing" DOUBLE,
  "gw21_points" DOUBLE,
  "gw21_standing" DOUBLE,
  "gw22_points" DOUBLE,
  "gw22_standing" DOUBLE,
  "gw23_points" DOUBLE,
  "gw23_standing" DOUBLE,
  "gw24_points" DOUBLE,
  "gw24_standing" DOUBLE,
  "gw25_points" DOUBLE,
  "gw25_standing" DOUBLE,
  "gw26_points" DOUBLE,
  "gw26_standing" DOUBLE,
  "gw27_points" DOUBLE,
  "gw27_standing" DOUBLE,
  "gw28_points" DOUBLE,
  "gw28_standing" DOUBLE,
  "gw29_points" DOUBLE,
  "gw29_standing" DOUBLE,
  "gw30_points" DOUBLE,
  "gw30_standing" DOUBLE,
  "gw31_points" DOUBLE,
  "gw31_standing" DOUBLE,
  "gw32_points" DOUBLE,
  "gw32_standing" DOUBLE,
  "gw33points" DOUBLE,
  "gw33_standing" DOUBLE,
  "gw34_points" DOUBLE,
  "gw34_standing" DOUBLE,
  "gw35_points" DOUBLE,
  "gw35_standing" DOUBLE,
  "gw36_points" DOUBLE,
  "gw36_standing" DOUBLE,
  "gw37_points" DOUBLE,
  "gw37_standing" DOUBLE,
  "gw38_points" DOUBLE,
  "gw38_standing" DOUBLE
);

Share link

Anyone who has the link will be able to view this.