Skip to content
Snippets Groups Projects
ParameterDescriptions.md 622 B
Newer Older
David Schäfer's avatar
David Schäfer committed
## Offset Strings
All the [pandas offset aliases](https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#offset-aliases) ars supported by SaQC. The following table lists some of the more relevant options:
| Alias          | Description  |
| -----          | -----------  |
| `"S"`          | second       |
| `"T"`, `"Min"` | minute       |
| `H`            | hour         |
| `D`            | calendar day |
| `W`            | week         |
| `M`            | month        |
| `Y`            | year         |
Multiples are build by preceeding the alias with the desired multiply (e.g `"5Min"`, `"4W"`)