Baselight

NFL LEAGUE DATA

NFL League Stats by Team (2000-2021)

@kaggle.chancev_nfl_league_data

Nfl League 2015
@kaggle.chancev_nfl_league_data.nfl_league_2015

  • 13.23 KB
  • 32 rows
  • 18 columns
nfl_team

NFL Team

w

W

l

L

t

T

pct

PCT

pf

PF

pa

PA

net_pts

Net Pts

home

Home

road

Road

div

Div

pct_59349c

Pct

conf

Conf

pct_1

Pct.1

non_conf

Non-Conf

strk

Strk

last_5

Last 5

year

Year

Cleveland Browns3130.188278432-1542 - 6 - 01 - 7 - 01 - 5 - 00.1672 - 10 - 00.1671 - 3 - 03L1 - 4 - 02015
Tennessee Titans3130.188299423-1241 - 7 - 02 - 6 - 01 - 5 - 00.1671 - 11 - 00.0832 - 2 - 04L1 - 4 - 02015
Dallas Cowboys4120.25275374-991 - 7 - 03 - 5 - 03 - 3 - 00.53 - 9 - 00.251 - 3 - 04L1 - 4 - 02015
Los Angeles Chargers4120.25320398-783 - 5 - 01 - 7 - 00 - 6 - 03 - 9 - 00.251 - 3 - 02L1 - 4 - 02015
Baltimore Ravens5110.313328401-733 - 5 - 02 - 6 - 03 - 3 - 00.54 - 8 - 00.3331 - 3 - 01L1 - 4 - 02015
Jacksonville Jaguars5110.313376448-724 - 4 - 01 - 7 - 02 - 4 - 00.3335 - 7 - 00.4170 - 4 - 03L1 - 4 - 02015
San Francisco 49ers5110.313238387-1494 - 4 - 01 - 7 - 01 - 5 - 00.1674 - 8 - 00.3331 - 3 - 01W2 - 3 - 02015
Chicago Bears6100.375335397-621 - 7 - 05 - 3 - 01 - 5 - 00.1673 - 9 - 00.253 - 1 - 01L1 - 4 - 02015
Miami Dolphins6100.375310389-793 - 5 - 03 - 5 - 01 - 5 - 00.1674 - 8 - 00.3332 - 2 - 01W2 - 3 - 02015
New York Giants6100.375420442-223 - 5 - 03 - 5 - 02 - 4 - 00.3334 - 8 - 00.3332 - 2 - 03L1 - 4 - 02015

CREATE TABLE nfl_league_2015 (
  "nfl_team" VARCHAR,
  "w" BIGINT,
  "l" BIGINT,
  "t" BIGINT,
  "pct" DOUBLE,
  "pf" BIGINT,
  "pa" BIGINT,
  "net_pts" BIGINT,
  "home" VARCHAR,
  "road" VARCHAR,
  "div" VARCHAR,
  "pct_59349c" DOUBLE,
  "conf" VARCHAR,
  "pct_1" DOUBLE,
  "non_conf" VARCHAR,
  "strk" VARCHAR,
  "last_5" VARCHAR,
  "year" BIGINT
);

Share link

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