Baselight

NPFL 2020/2021 Season

Nigeria Professional Football League Seasonal Analysis

@kaggle.danielakhabue_npfl_2020_2021_season

Npfl 2021
@kaggle.danielakhabue_npfl_2020_2021_season.npfl_2021

  • 11.42 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

1Akwa United381633883115151629711.87
2Rivers United381633362611172816661.74
3Enyimba38127251365816208661.74
4Kwara United381543554411132320651.72
5Nasarawa United38171143133412122517651.72
6Kano Pillars38172263251212269641.69
7Enugu Rangers3816213262611112512621.64
8Lobi Stars38163351114148284581.53
9Plateau United3813513581414102710511.35
10MFM FC381162231126111124-1511.35

CREATE TABLE npfl_2021 (
  "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.