We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e061302 commit 2adb7f9Copy full SHA for 2adb7f9
1 file changed
mean_mode_var.py
@@ -60,3 +60,5 @@
60
print(df)
61
#save the DataFrame to a CSV file
62
df.to_csv('grouped_data_with_midpoints.csv', index=False)
63
+#save graph
64
+plt.savefig('bar_graph.png')
0 commit comments