Last active
March 14, 2020 04:40
-
-
Save databyjp/e39c716c48f8a6e61386ed714580aca7 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
>>> teams_contacted_df.head() | |
team contacted date con_from deg_sep | |
21 SACRAMENTO_KINGS True 2020-03-10 SACRAMENTO_KINGS 0 | |
18 NEW_ORLEANS_PELICANS True 2020-03-11 SACRAMENTO_KINGS 1 | |
10 UTAH_JAZZ True 2020-03-13 NEW_ORLEANS_PELICANS 2 | |
1 LOS_ANGELES_CLIPPERS True 2020-03-14 NEW_ORLEANS_PELICANS 2 | |
17 MEMPHIS_GRIZZLIES True 2020-03-14 UTAH_JAZZ 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment