Aggregates data over specified columns.
| Args: | 
 | 
|---|---|
| Kwargs: | 
 | 
| Returns: | A pandas.DataFrame where data has been aggregated in the following MultiIndex format: - columns: 
 
 This format makes it easy to do further computations such as mean over yerr: a simple df.mean() will do the trick. | 
| See also: |