Upload 16 files
Browse files- .gitattributes +3 -0
- csv/common_player_info.csv +0 -0
- csv/draft_combine_stats.csv +0 -0
- csv/draft_history.csv +0 -0
- csv/game.csv +3 -0
- csv/game_info.csv +0 -0
- csv/game_summary.csv +0 -0
- csv/inactive_players.csv +0 -0
- csv/line_score.csv +3 -0
- csv/officials.csv +0 -0
- csv/other_stats.csv +0 -0
- csv/play_by_play.csv +3 -0
- csv/player.csv +0 -0
- csv/team.csv +31 -0
- csv/team_details.csv +26 -0
- csv/team_history.csv +53 -0
- csv/team_info_common.csv +1 -0
.gitattributes
CHANGED
@@ -58,3 +58,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
60 |
nba.sqlite filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
60 |
nba.sqlite filter=lfs diff=lfs merge=lfs -text
|
61 |
+
csv/game.csv filter=lfs diff=lfs merge=lfs -text
|
62 |
+
csv/line_score.csv filter=lfs diff=lfs merge=lfs -text
|
63 |
+
csv/play_by_play.csv filter=lfs diff=lfs merge=lfs -text
|
csv/common_player_info.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
csv/draft_combine_stats.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
csv/draft_history.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
csv/game.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae3b37ed89219b4c6c0aad4a3db7916b6d9cf64ad99a0adcd769d860ab052a36
|
3 |
+
size 20314762
|
csv/game_info.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
csv/game_summary.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
csv/inactive_players.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
csv/line_score.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a853caf0cf8e6bd31919daf0b3e7a9400e7d0df33da6895819c9a71ee885419c
|
3 |
+
size 10699673
|
csv/officials.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
csv/other_stats.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
csv/play_by_play.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aaac7efb8da825c2b90223d68781b0e856d2fe525e05264ddb3ae14c87735fcf
|
3 |
+
size 2256476839
|
csv/player.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|
csv/team.csv
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
id,full_name,abbreviation,nickname,city,state,year_founded
|
2 |
+
1610612737,Atlanta Hawks,ATL,Hawks,Atlanta,Atlanta,1949.0
|
3 |
+
1610612738,Boston Celtics,BOS,Celtics,Boston,Massachusetts,1946.0
|
4 |
+
1610612739,Cleveland Cavaliers,CLE,Cavaliers,Cleveland,Ohio,1970.0
|
5 |
+
1610612740,New Orleans Pelicans,NOP,Pelicans,New Orleans,Louisiana,2002.0
|
6 |
+
1610612741,Chicago Bulls,CHI,Bulls,Chicago,Illinois,1966.0
|
7 |
+
1610612742,Dallas Mavericks,DAL,Mavericks,Dallas,Texas,1980.0
|
8 |
+
1610612743,Denver Nuggets,DEN,Nuggets,Denver,Colorado,1976.0
|
9 |
+
1610612744,Golden State Warriors,GSW,Warriors,Golden State,California,1946.0
|
10 |
+
1610612745,Houston Rockets,HOU,Rockets,Houston,Texas,1967.0
|
11 |
+
1610612746,Los Angeles Clippers,LAC,Clippers,Los Angeles,California,1970.0
|
12 |
+
1610612747,Los Angeles Lakers,LAL,Lakers,Los Angeles,California,1948.0
|
13 |
+
1610612748,Miami Heat,MIA,Heat,Miami,Florida,1988.0
|
14 |
+
1610612749,Milwaukee Bucks,MIL,Bucks,Milwaukee,Wisconsin,1968.0
|
15 |
+
1610612750,Minnesota Timberwolves,MIN,Timberwolves,Minnesota,Minnesota,1989.0
|
16 |
+
1610612751,Brooklyn Nets,BKN,Nets,Brooklyn,New York,1976.0
|
17 |
+
1610612752,New York Knicks,NYK,Knicks,New York,New York,1946.0
|
18 |
+
1610612753,Orlando Magic,ORL,Magic,Orlando,Florida,1989.0
|
19 |
+
1610612754,Indiana Pacers,IND,Pacers,Indiana,Indiana,1976.0
|
20 |
+
1610612755,Philadelphia 76ers,PHI,76ers,Philadelphia,Pennsylvania,1949.0
|
21 |
+
1610612756,Phoenix Suns,PHX,Suns,Phoenix,Arizona,1968.0
|
22 |
+
1610612757,Portland Trail Blazers,POR,Trail Blazers,Portland,Oregon,1970.0
|
23 |
+
1610612758,Sacramento Kings,SAC,Kings,Sacramento,California,1948.0
|
24 |
+
1610612759,San Antonio Spurs,SAS,Spurs,San Antonio,Texas,1976.0
|
25 |
+
1610612760,Oklahoma City Thunder,OKC,Thunder,Oklahoma City,Oklahoma,1967.0
|
26 |
+
1610612761,Toronto Raptors,TOR,Raptors,Toronto,Ontario,1995.0
|
27 |
+
1610612762,Utah Jazz,UTA,Jazz,Utah,Utah,1974.0
|
28 |
+
1610612763,Memphis Grizzlies,MEM,Grizzlies,Memphis,Tennessee,1995.0
|
29 |
+
1610612764,Washington Wizards,WAS,Wizards,Washington,District of Columbia,1961.0
|
30 |
+
1610612765,Detroit Pistons,DET,Pistons,Detroit,Michigan,1948.0
|
31 |
+
1610612766,Charlotte Hornets,CHA,Hornets,Charlotte,North Carolina,1988.0
|
csv/team_details.csv
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
team_id,abbreviation,nickname,yearfounded,city,arena,arenacapacity,owner,generalmanager,headcoach,dleagueaffiliation,facebook,instagram,twitter
|
2 |
+
1610612737,ATL,Hawks,1949.0,Atlanta,State Farm Arena,18729.0,Tony Ressler,Travis Schlenk,Quin Snyder,College Park Skyhawks,https://www.facebook.com/hawks,https://instagram.com/atlhawks,https://twitter.com/ATLHawks
|
3 |
+
1610612741,CHI,Bulls,1966.0,Chicago,United Center,21711.0,Michael Reinsdorf,Arturas Karnisovas,Billy Donovan,Windy City Bulls,https://www.facebook.com/chicagobulls,https://instagram.com/chicagobulls,https://twitter.com/chicagobulls
|
4 |
+
1610612742,DAL,Mavericks,1980.0,Dallas,American Airlines Center,19200.0,Mark Cuban,Nico Harrison,Jason Kidd,Texas Legends,https://www.facebook.com/dallasmavs,https://instagram.com/dallasmavs,https://twitter.com/dallasmavs
|
5 |
+
1610612743,DEN,Nuggets,1976.0,Denver,Ball Arena,,Stan Kroenke,Calvin Booth,Michael Malone,Grand Rapids Gold,https://www.facebook.com/DenverNuggets,https://instagram.com/nuggets,https://twitter.com/nuggets
|
6 |
+
1610612744,GSW,Warriors,1946.0,Golden State,Chase Center,,Joe Lacob,Bob Myers,Steve Kerr,Santa Cruz Warriors,https://www.facebook.com/warriors,https://instagram.com/warriors,https://twitter.com/warriors
|
7 |
+
1610612745,HOU,Rockets,1967.0,Houston,Toyota Center,18104.0,Tilman Fertitta,Rafael Stone,Ime Udoka,Rio Grande Valley Vipers,https://www.facebook.com/houstonrockets,https://instagram.com/houstonrockets,https://twitter.com/HoustonRockets
|
8 |
+
1610612746,LAC,Clippers,1970.0,Los Angeles,Crypto.com Arena,19060.0,Steve Ballmer,Michael Winger,Tyronn Lue,Agua Caliente Clippers of Ontario,https://www.facebook.com/LAClippers,https://instagram.com/laclippers,https://twitter.com/LAClippers
|
9 |
+
1610612747,LAL,Lakers,1948.0,Los Angeles,Crypto.com Arena,19060.0,Jeanie Buss,Rob Pelinka,Darvin Ham,South Bay Lakers,https://www.facebook.com/losangeleslakers,https://instagram.com/lakers,https://twitter.com/Lakers
|
10 |
+
1610612748,MIA,Heat,1988.0,Miami,Kaseya Center,19600.0,Micky Arison,Pat Riley,Erik Spoelstra,Sioux Falls Skyforce,https://www.facebook.com/MiamiHeat,https://instagram.com/miamiheat,https://twitter.com/MiamiHEAT
|
11 |
+
1610612749,MIL,Bucks,1968.0,Milwaukee,Fiserv Forum,17500.0,Wesley Edens & Marc Lasry,Jon Horst,Adrian Griffin,Wisconsin Herd,https://www.facebook.com/milwaukeebucks,https://instagram.com/bucks,https://twitter.com/Bucks
|
12 |
+
1610612750,MIN,Timberwolves,1989.0,Minnesota,Target Center,19356.0,Glen Taylor,Tim Connelly,Chris Finch,Iowa Wolves,https://www.facebook.com/MNTimberwolves,https://instagram.com/timberwolves,https://twitter.com/Timberwolves
|
13 |
+
1610612751,BKN,Nets,1976.0,Brooklyn,Barclays Center,,Joe Tsai,Sean Marks,Jacque Vaughn,Long Island Nets,https://www.facebook.com/BrooklynNets,https://instagram.com/brooklynnets,https://twitter.com/BrooklynNets
|
14 |
+
1610612754,IND,Pacers,1976.0,Indiana,Gainbridge Fieldhouse ,18345.0,Herb Simon,Kevin Pritchard,Rick Carlisle,Fort Wayne Mad Ants,https://www.facebook.com/pacers,https://instagram.com/pacers,https://twitter.com/Pacers
|
15 |
+
1610612755,PHI,76ers,1949.0,Philadelphia,Wells Fargo Center,,Joshua Harris & David Blitzer,Elton Brand,Nick Nurse,Delaware Blue Coats,https://www.facebook.com/Sixers,https://instagram.com/sixers,https://twitter.com/Sixers
|
16 |
+
1610612756,PHX,Suns,1968.0,Phoenix,Footprint Center,,Mat Ishbia,James Jones,Frank Vogel,No Affiliate,https://www.facebook.com/suns,https://instagram.com/suns,https://twitter.com/Suns
|
17 |
+
1610612757,POR,Trail Blazers,1970.0,Portland,Moda Center,19980.0,Jody Allen,Joe Cronin,Chauncey Billups,No Affiliate,https://www.facebook.com/trailblazers,https://instagram.com/trailblazers,https://twitter.com/trailblazers
|
18 |
+
1610612758,SAC,Kings,1948.0,Sacramento,Golden 1 Center,17500.0,Vivek Ranadive,Monte McNair,Mike Brown,Stockton Kings,https://www.facebook.com/sacramentokings,https://instagram.com/sacramentokings,https://twitter.com/SacramentoKings
|
19 |
+
1610612759,SAS,Spurs,1976.0,San Antonio,AT&T Center,18694.0,Peter Holt,Brian Wright,Gregg Popovich,Austin Spurs,https://www.facebook.com/Spurs,https://instagram.com/spurs,https://twitter.com/spurs
|
20 |
+
1610612760,OKC,Thunder,1967.0,Oklahoma City,Paycom Center,,Clay Bennett,Sam Presti,Mark Daigneault,Oklahoma City Blue,https://www.facebook.com/OKCThunder,https://instagram.com/okcthunder,https://twitter.com/okcthunder
|
21 |
+
1610612761,TOR,Raptors,1995.0,Toronto,Scotiabank Arena,,Lawrence Tanenbaum,Masai Ujiri,,Raptors 905,https://www.facebook.com/TorontoRaptors,https://instagram.com/raptors,https://twitter.com/Raptors
|
22 |
+
1610612762,UTA,Jazz,1974.0,Utah,Delta Center,,Ryan Smith,Justin Zanik,Will Hardy,Salt Lake City Stars,https://www.facebook.com/utahjazz,https://instagram.com/utahjazz,https://twitter.com/utahjazz
|
23 |
+
1610612763,MEM,Grizzlies,1995.0,Memphis,FedExForum,18119.0,Robert Pera,Zach Kleiman,Taylor Jenkins,Memphis Hustle,https://www.facebook.com/MemphisGrizzlies,https://instagram.com/memgrizz,https://twitter.com/memgrizz
|
24 |
+
1610612764,WAS,Wizards,1961.0,Washington,Capital One Arena,20647.0,Ted Leonsis,Tommy Sheppard,Wes Unseld,Capital City Go-Go,https://www.facebook.com/Wizards,https://instagram.com/washwizards,https://twitter.com/WashWizards
|
25 |
+
1610612765,DET,Pistons,1948.0,Detroit,Little Caesars Arena,,Tom Gores,Ed Stefanski,Monty Williams,Motor City Cruise,https://www.facebook.com/detroitpistons,https://instagram.com/detroitpistons,https://twitter.com/DetroitPistons
|
26 |
+
1610612766,CHA,Hornets,1988.0,Charlotte,Spectrum Center,19026.0,Michael Jordan,Mitch Kupchak,Steve Clifford,Greensboro Swarm,https://www.facebook.com/hornets,https://instagram.com/hornets,https://twitter.com/hornets
|
csv/team_history.csv
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
team_id,city,nickname,year_founded,year_active_till
|
2 |
+
1610612737,Atlanta,Hawks,1968,2019
|
3 |
+
1610612737,St. Louis,Hawks,1955,1967
|
4 |
+
1610612737,Milwaukee,Hawks,1951,1954
|
5 |
+
1610612737,Tri-Cities,Blackhawks,1949,1950
|
6 |
+
1610612741,Chicago,Bulls,1966,2019
|
7 |
+
1610612742,Dallas,Mavericks,1980,2019
|
8 |
+
1610612743,Denver,Nuggets,1976,2019
|
9 |
+
1610612744,Golden State,Warriors,1971,2019
|
10 |
+
1610612744,San Francisco,Warriors,1962,1970
|
11 |
+
1610612744,Philadelphia,Warriors,1946,1961
|
12 |
+
1610612745,Houston,Rockets,1971,2019
|
13 |
+
1610612745,San Diego,Rockets,1967,1970
|
14 |
+
1610612746,Los Angeles,Clippers,1984,2019
|
15 |
+
1610612746,San Diego,Clippers,1978,1983
|
16 |
+
1610612746,Buffalo,Braves,1970,1977
|
17 |
+
1610612747,Los Angeles,Lakers,1960,2019
|
18 |
+
1610612747,Minneapolis,Lakers,1948,1959
|
19 |
+
1610612748,Miami,Heat,1988,2019
|
20 |
+
1610612749,Milwaukee,Bucks,1968,2019
|
21 |
+
1610612750,Minnesota,Timberwolves,1989,2019
|
22 |
+
1610612751,Brooklyn,Nets,2012,2019
|
23 |
+
1610612751,New Jersey,Nets,1977,2011
|
24 |
+
1610612751,New York,Nets,1976,1976
|
25 |
+
1610612754,Indiana,Pacers,1976,2019
|
26 |
+
1610612755,Philadelphia,76ers,1963,2019
|
27 |
+
1610612755,Syracuse,Nationals,1949,1962
|
28 |
+
1610612756,Phoenix,Suns,1968,2019
|
29 |
+
1610612757,Portland,Trail Blazers,1970,2019
|
30 |
+
1610612758,Sacramento,Kings,1985,2019
|
31 |
+
1610612758,Kansas City,Kings,1975,1984
|
32 |
+
1610612758,Kansas City-Omaha,Kings,1972,1974
|
33 |
+
1610612758,Cincinnati,Royals,1957,1971
|
34 |
+
1610612758,Rochester,Royals,1948,1956
|
35 |
+
1610612759,San Antonio,Spurs,1976,2019
|
36 |
+
1610612760,Oklahoma City,Thunder,2008,2019
|
37 |
+
1610612760,Seattle,SuperSonics,1967,2007
|
38 |
+
1610612761,Toronto,Raptors,1995,2019
|
39 |
+
1610612762,Utah,Jazz,1979,2019
|
40 |
+
1610612762,New Orleans,Jazz,1974,1978
|
41 |
+
1610612763,Memphis,Grizzlies,2001,2019
|
42 |
+
1610612763,Vancouver,Grizzlies,1995,2000
|
43 |
+
1610612764,Washington,Wizards,1997,2019
|
44 |
+
1610612764,Washington,Bullets,1974,1996
|
45 |
+
1610612764,Capital,Bullets,1973,1973
|
46 |
+
1610612764,Baltimore,Bullets,1963,1972
|
47 |
+
1610612764,Chicago,Zephyrs,1962,1962
|
48 |
+
1610612764,Chicago,Packers,1961,1961
|
49 |
+
1610612765,Detroit,Pistons,1957,2019
|
50 |
+
1610612765,Ft. Wayne Zollner,Pistons,1948,1956
|
51 |
+
1610612766,Charlotte,Hornets,2014,2019
|
52 |
+
1610612766,Charlotte,Bobcats,2004,2013
|
53 |
+
1610612766,Charlotte,Hornets,1988,2001
|
csv/team_info_common.csv
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
team_id,season_year,team_city,team_name,team_abbreviation,team_conference,team_division,team_code,team_slug,w,l,pct,conf_rank,div_rank,min_year,max_year,league_id,season_id,pts_rank,pts_pg,reb_rank,reb_pg,ast_rank,ast_pg,opp_pts_rank,opp_pts_pg
|