Preprocessing
preprocessing
Modules:
Name | Description |
---|---|
series_semantic |
|
Modules
series_semantic
Functions:
Name | Description |
---|---|
constant_series |
Create a series with a constant value for each row of |
parse_datetime_with_tz |
Parse datetime strings with timezone info (both abbreviations and offsets) |
Attributes
Functions
constant_series(series, constant)
Create a series with a constant value for each row of series
.
Source code in preprocessing/series_semantic.py
220 221 222 |
|
parse_datetime_with_tz(s)
Parse datetime strings with timezone info (both abbreviations and offsets)
Source code in preprocessing/series_semantic.py
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 |
|