Skip to content

Instantly share code, notes, and snippets.

@tiagofer
Created July 20, 2020 00:33
Show Gist options
  • Save tiagofer/69661044d6f975a22d4bcdfc50c5c8d7 to your computer and use it in GitHub Desktop.
Save tiagofer/69661044d6f975a22d4bcdfc50c5c8d7 to your computer and use it in GitHub Desktop.
fig = px.bar(player_nat,x='preferred_foot',y='sofifa_id',labels={
'preferred_foot': 'Pé preferido para o chute',
'sofifa_id': 'Total de Jogadores'
})
fig.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment