Helper
convert_date(time)
Convert time to date format
Parameters:
Name | Type | Description | Default |
---|---|---|---|
time |
str
|
Time in string format |
required |
Source code in cartola_project/transformations/helpers.py
7 8 9 10 11 12 13 14 15 16 |
|
convert_time(time)
Convert time to time format include hour and minute
Parameters:
Name | Type | Description | Default |
---|---|---|---|
time |
str
|
Time in string format |
required |
Source code in cartola_project/transformations/helpers.py
19 20 21 22 23 24 25 26 27 28 |
|