Skip to content

Instantly share code, notes, and snippets.

@davisvictorns
Created October 21, 2020 02:33
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/cd3ce9790305a9c42c5232916b185a96 to your computer and use it in GitHub Desktop.
Save davisvictorns/cd3ce9790305a9c42c5232916b185a96 to your computer and use it in GitHub Desktop.
8
premier_league_all = pd.concat([premier_league_15_16,
premier_league_16_17,
premier_league_17_18,
premier_league_18_19,
premier_league_19_20], axis=0, ignore_index=True)
premier_league_all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment