Skip to content

Instantly share code, notes, and snippets.

@Pratik-Shukla-22
Created October 11, 2022 15:20
Show Gist options
  • Save Pratik-Shukla-22/72bbb36af7ca07593fd5da47fb4c3889 to your computer and use it in GitHub Desktop.
Save Pratik-Shukla-22/72bbb36af7ca07593fd5da47fb4c3889 to your computer and use it in GitHub Desktop.
#Plot the bar graph for actual and predicted values:
A_P_data.head(10).plot(kind='bar',figsize=(12,6))
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment