Add license and badges

This commit is contained in:
David Arendsen 2023-01-02 13:58:09 +01:00
commit e27b3543e6
4 changed files with 30 additions and 3 deletions

View file

@ -28,7 +28,7 @@
<li>
by: Group by columns defined in the columns parameter.
</li>
<li>except: Group by all columns except those in defined in the columns parameter.
<li>except: Group by all columns except those defined in the columns parameter.
</li>
</ul>
</td>

View file

@ -16,7 +16,7 @@
<td>column</td>
<td>Yes</td>
<td>string</td>
<td>Column to use to compute means. Default is '_value'.</td>
<td>Column to use to compute 'means'. Default is '_value'.</td>
</tr>
</tbody>
</table>