Hi there,
Love the book! I am working through chapter 1 and got to this line:
plays_df = pd.read_csv("game_plays.csv")
After running the code the kernel dies. I think its because the Dataframes is too large? Any suggestions on ways to get around this?