I have a .csv file (rainfallData.csv) containing pH data among several sites and sample dates. My .csv data is in the following format. I want to use this data to create a bar plot showing the mean pH for each site (with site on the x-axis, pH on the y-axis, and a different colored bar for each site. I would also like to add standard error bars to each bar. Does anyone have any advice?
Date, Year, Site, pH
05-Apr, 2023, Site 1, 7.65
05-Apr, 2023, Site 2, 7.24
05-Apr, 2023, Site 3, 7.13
05-Apr, 2023, Site 4, 7.65