Created
March 6, 2020 04:00
-
-
Save databyjp/1a84ed7c6e14a571ff2921469323962b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> records_df.head() | |
date team conference net_score games wins losses | |
0 2018-10-16 PHILADELPHIA_76ERS Eastern -18 1 0 1 | |
1 2018-10-16 BOSTON_CELTICS Eastern 18 1 1 0 | |
2 2018-10-16 OKLAHOMA_CITY_THUNDER Western -8 1 0 1 | |
3 2018-10-16 GOLDEN_STATE_WARRIORS Western 8 1 1 0 | |
4 2018-10-17 MILWAUKEE_BUCKS Eastern 1 1 1 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment