Posts by Alexandre K Oliveira • 1 point
1 post
-
0
votes0
answers13
viewsQ: Groupby with pandas and matplotlib
How to group the total value of y per year x and plot? x = df_Year y = df_RevenueMillions plt.plot(x, y) plt.show()…
1 post
0
votes0
answers13
viewsHow to group the total value of y per year x and plot? x = df_Year y = df_RevenueMillions plt.plot(x, y) plt.show()…