Carolina Panthers
History of the NFL’s Carolina Panthers from birth in 1995 to present day
@kaggle.evangower_carolina_panthers
History of the NFL’s Carolina Panthers from birth in 1995 to present day
@kaggle.evangower_carolina_panthers
CREATE TABLE nfl_carolina_panthers (
"season" BIGINT,
"conference" VARCHAR,
"division" VARCHAR,
"division_position" BIGINT,
"won" BIGINT,
"lost" BIGINT,
"ties" BIGINT,
"win_percentage" DOUBLE,
"pf" BIGINT,
"pa" BIGINT,
"pd" BIGINT,
"head_coach" VARCHAR,
"playoffs" VARCHAR,
"playoffs_seed" BIGINT
);
Anyone who has the link will be able to view this.