Overview: IndexGO: Accessor Datetime
Detail: IndexGO: Accessor Datetime
|
Args: fill_value: If NAT are encountered, use this value. |
|
|
Return the year of each element. |
|
|
Return the year and month of each element as string formatted YYYY-MM. |
|
|
Return the year and quarter of each element as a string formatted YYYY-QQ. |
|
|
Return the month of each element, between 1 and 12 inclusive. |
|
|
Return the day of each element, between 1 and the number of days in the given mo… |
|
|
Return the hour of each element, between 0 and 24. |
|
|
Return the minute of each element, between 0 and 60. |
|
|
Return the second of each element, between 0 and 60. |
|
|
Return the day of the week as an integer, where Monday is 0 and Sunday is 6. |
|
|
Return the quarter of the year as an integer, where January through March is qua… |
|
|
Return Boolean indicators if the day is the month end. |
|
|
Return Boolean indicators if the day is the month start. |
|
|
Return Boolean indicators if the day is the year end. |
|
|
Return Boolean indicators if the day is the year start. |
|
|
Return Boolean indicators if the day is the quarter end. |
|
|
Return Boolean indicators if the day is the quarter start. |
|
|
Return a time.struct_time such as returned by time.localtime(). |
|
|
Return a string representing the date in ISO 8601 format, YYYY-MM-DD. |
|
|
Return a datetime.date object from an ISO 8601 format. |
|
|
Return a string representing the date, controlled by an explicit format string. |
|
|
Return a Python datetime object from parsing a string defined with format. |
|
|
Return a Python date object from parsing a string defined with format. |
IndexGO: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Selector | Iterator | Operator Binary | Operator Unary | Accessor Values | Accessor Datetime | Accessor String | Accessor Regular Expression | Accessor Hashlib | Accessor Type Clinic