Simple plotting of your data in groups
2018-04-09
In the past I hat to compare time series or other data across groups and for example find spots of strong differences between the groups. For this is was very useful to visualize your data before doing detailed statistics. Surprisingly in the famous python libraries matplotlib, pandas and seaborn I was not able to find any easy function that does exactly what I wanted: Take a pandas.DataFrame as an input plus some predefined group labeling and simply plot me the means/medians of that groups/conditions across columns plus some errors. Of course any of the mentioned libraries can plotRead More →