311 B
311 B
1 | Unit | Values | Description | |
---|---|---|---|---|
2 | start | -- | str or datetime-like; e.g. YYYY-MM-DD | Left bound of date range |
3 | end | -- | str or datetime-like; e.g. YYYY-MM-DD | Right bound of date range |
4 | closed | -- | One of {None, ‘left’, ‘right’} | Make the time interval closed to the ``left``, ``right``, or both sides ``None``. |