Baselight

NPFL 2019/2020 Season

Nigeria Professional Football League Seasonal Analysis

@kaggle.danielakhabue_npfl_nigeria_professional_football_league_19_20

Npfl 2020
@kaggle.danielakhabue_npfl_nigeria_professional_football_league_19_20.npfl_2020

  • 11.32 KB
  • 20 rows
  • 16 columns
pos

Pos

teams

Teams

p

P

hw

HW

hd

HD

hl

HL

hf

HF

ha

HA

aw

AW

ad

AD

al

AL

af

AF

aa

AA

gd

GD

pts

Pts

ppg

PPG

1Plateau United251122963547921491.96
2Enyimba20811206325101410361.8
3Rivers United2510319533691013451.8
4Lobi Stars25942053366147431.72
5Enugu Rangers2481314726411135371.55
7Kano Pillars2473117317510159341.42
10Katsina United2484156138319-7341.42
6Akwa United255611583558141351.4
11Warri Wolves2472215524710182331.38
9Sunshine Stars257511910228819-2341.36

CREATE TABLE npfl_2020 (
  "pos" BIGINT,
  "teams" VARCHAR,
  "p" BIGINT,
  "hw" BIGINT,
  "hd" BIGINT,
  "hl" BIGINT,
  "hf" BIGINT,
  "ha" BIGINT,
  "aw" BIGINT,
  "ad" BIGINT,
  "al" BIGINT,
  "af" BIGINT,
  "aa" BIGINT,
  "gd" BIGINT,
  "pts" BIGINT,
  "ppg" DOUBLE
);

Share link

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