Skip to content

Instantly share code, notes, and snippets.

@davisvictorns
Created October 21, 2020 02:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davisvictorns/df2c38500dae0c61394d6f327b8a9188 to your computer and use it in GitHub Desktop.
Save davisvictorns/df2c38500dae0c61394d6f327b8a9188 to your computer and use it in GitHub Desktop.
4
premier_league_15_16 = tables_15_16.loc[(tables_15_16["League"] == "Premier League") & (tables_15_16["Table Type"] == "League Table")]
premier_league_16_17 = tables_16_17.loc[(tables_16_17["League"] == "Premier League") & (tables_16_17["Table Type"] == "League Table")]
premier_league_17_18 = tables_17_18.loc[(tables_17_18["League"] == "Premier League") & (tables_17_18["Table Type"] == "League Table")]
premier_league_18_19 = tables_18_19.loc[(tables_18_19["League"] == "Premier League") & (tables_18_19["Table Type"] == "League Table")]
premier_league_19_20 = tables_19_20.loc[(tables_19_20["League"] == "Premier League") & (tables_19_20["Table Type"] == "League Table")]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment