Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Done
  • Loading branch information
Anujay-Saraf committed Oct 25, 2017
commit a356f33c0ab735f12deef861adc401d619b091bb
3 changes: 3 additions & 0 deletions q01_plot_deliveries_by_team/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@


# Solution
def plot_deliveries_by_team():
ipl_df['batting_team'].value_counts().plot(kind='bar')
plt.show()