I want to plot mean and standard deviation like here using input CSV file as:
index mean std
0 0.5 0.04
1 0.7 0.17
2 0.6 0.08
3 0.3 0.13
4 0.9 0.02
5 0.5 0.01
I tried the exam showed in that post but i could understand what is my x and y should be. It would be great if you can provide your help example with code.