Overview: FrameHE: Accessor Datetime

Detail: FrameHE: Accessor Datetime

Detail

FrameHE.via_dt.__call__(*, fill_value)

Args: fill_value: If NAT are encountered, use this value.

Detail

FrameHE.via_dt.year

Return the year of each element.

Detail

FrameHE.via_dt.year_month

Return the year and month of each element as string formatted YYYY-MM.

Detail

FrameHE.via_dt.month

Return the month of each element, between 1 and 12 inclusive.

Detail

FrameHE.via_dt.day

Return the day of each element, between 1 and the number of days in the given mo…

Detail

FrameHE.via_dt.hour

Return the hour of each element, between 0 and 24.

Detail

FrameHE.via_dt.minute

Return the minute of each element, between 0 and 60.

Detail

FrameHE.via_dt.second

Return the second of each element, between 0 and 60.

Detail

FrameHE.via_dt.weekday()

Return the day of the week as an integer, where Monday is 0 and Sunday is 6.

Detail

FrameHE.via_dt.quarter()

Return the quarter of the year as an integer, where January through March is qua…

Detail

FrameHE.via_dt.is_month_end()

Return Boolean indicators if the day is the month end.

Detail

FrameHE.via_dt.is_month_start()

Return Boolean indicators if the day is the month start.

Detail

FrameHE.via_dt.is_year_end()

Return Boolean indicators if the day is the year end.

Detail

FrameHE.via_dt.is_year_start()

Return Boolean indicators if the day is the year start.

Detail

FrameHE.via_dt.is_quarter_end()

Return Boolean indicators if the day is the quarter end.

Detail

FrameHE.via_dt.is_quarter_start()

Return Boolean indicators if the day is the quarter start.

Detail

FrameHE.via_dt.timetuple()

Return a time.struct_time such as returned by time.localtime().

Detail

FrameHE.via_dt.isoformat(sep, timespec)

Return a string representing the date in ISO 8601 format, YYYY-MM-DD.

Detail

FrameHE.via_dt.fromisoformat()

Return a datetime.date object from an ISO 8601 format.

Detail

FrameHE.via_dt.strftime(format)

Return a string representing the date, controlled by an explicit format string.

Detail

FrameHE.via_dt.strptime(format)

Return a Python datetime object from parsing a string defined with format.

Detail

FrameHE.via_dt.strpdate(format)

Return a Python date object from parsing a string defined with format.

FrameHE: Constructor | Exporter | Attribute | Method | Dictionary-Like | Display | Assignment | Selector | Iterator | Operator Binary | Operator Unary | Accessor Values | Accessor Datetime | Accessor String | Accessor Transpose | Accessor Fill Value | Accessor Regular Expression | Accessor Hashlib | Accessor Type Clinic