We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
load
1 parent 6c17ef1 commit ba14318Copy full SHA for ba14318
src/swc/aeon/io/api.py
@@ -240,6 +240,9 @@ def load(
240
by specifying an optional time range, or a list of timestamps used to index the data on file.
241
Returned data will be sorted chronologically.
242
243
+ Note:
244
+ Any timezone-naive values in `start`, `end`, and `time` will be treated as UTC.
245
+
246
Args:
247
root: The root path, or prioritised sequence of paths, where data is stored.
248
reader: A data stream reader object used to read chunk data from the dataset.
0 commit comments