Detail: IndexHour: Display#
- IndexHour.interface#
A Frame documenting the interface of this class.
>>> ix = sf.IndexHour(('1620-09-16', 'NaT', '1620-11-21')) >>> ix <IndexHour> 1620-09-16T00 NaT 1620-11-21T00 <datetime64[h]> >>> ix.interface <Frame> <Index> cls_name group doc <<U18> <Index: signature> __init__(labels, /, *, loc_is_iloc,… IndexHour Constructor Initializer. Args: … from_difference(*others) IndexHour Constructor Construct a new Ind… from_intersection(*others) IndexHour Constructor Construct a new Ind… from_labels(labels, /, *, name) IndexHour Constructor Construct an Index … from_pandas(value, /) IndexHour Constructor Given a Pandas inde… from_union(*others) IndexHour Constructor Construct a new Ind… to_html(config, /, *, style_config) IndexHour Exporter Return an HTML tabl… to_html_datatables(fp, /, *, show, … IndexHour Exporter Return a complete H… to_pandas() IndexHour Exporter Return a Pandas Ind… to_series() IndexHour Exporter Return a Series wit… to_visidata() IndexHour Exporter Open an interactive… STATIC IndexHour Attribute Returns True when t… depth IndexHour Attribute int([x]) -> integer… dtype IndexHour Attribute Return the dtype of… index_types IndexHour Attribute Return a Series of … memory IndexHour Attribute A MemoryDisplay, pr… mloc IndexHour Attribute The memory location… … … … … via_re(pattern, flags, /).sub(repl,… IndexHour Accessor Regular Ex… Return the string o… via_re(pattern, flags, /).subn(repl… IndexHour Accessor Regular Ex… Perform the same op… via_hashlib(*, include_name, includ… IndexHour Accessor Hashlib Return the byte sig… via_hashlib(*, include_name, includ… IndexHour Accessor Hashlib via_hashlib(*, include_name, includ… IndexHour Accessor Hashlib via_hashlib(*, include_name, includ… IndexHour Accessor Hashlib via_hashlib(*, include_name, includ… IndexHour Accessor Hashlib via_hashlib(*, include_name, includ… IndexHour Accessor Hashlib via_hashlib(*, include_name, includ… IndexHour Accessor Hashlib via_hashlib(*, include_name, includ… IndexHour Accessor Hashlib via_hashlib(*, include_name, includ… IndexHour Accessor Hashlib via_hashlib(*, include_name, includ… IndexHour Accessor Hashlib via_type_clinic.to_hint() IndexHour Accessor Type Clinic Return the type hin… via_type_clinic.check(hint, /, *, f… IndexHour Accessor Type Clinic Given a hint (a typ… via_type_clinic.warn(hint, /, *, fa… IndexHour Accessor Type Clinic Given a hint (a typ… via_type_clinic.__call__(hint, /, *… IndexHour Accessor Type Clinic Given a hint (a typ… via_type_clinic.__repr__() IndexHour Accessor Type Clinic Return a compact st… <<U91> <<U9> <<U27> <<U81>
- IndexHour.__repr__()#
Return repr(self).
>>> ix = sf.IndexHour(('1620-09-16', 'NaT', '1620-11-21')) >>> repr(ix) <IndexHour> 1620-09-16T00 NaT 1620-11-21T00 <datetime64[h]>
- IndexHour.__str__()#
Return str(self).
>>> ix = sf.IndexHour(('1620-09-16', 'NaT', '1620-11-21')) >>> str(ix) <IndexHour> 1620-09-16T00 NaT 1620-11-21T00 <datetime64[h]>
- IndexHour.display(config=None, /, *, style_config=None)#
Return a
static_frame.Display, capable of providing a string representation.- Parameters:
config – A
static_frame.DisplayConfiginstance. If not provided, thestatic_frame.DisplayActivewill be used.
>>> ix = sf.IndexHour(('1620-09-16', 'NaT', '1620-11-21')) >>> ix.display() <IndexHour> 1620-09-16T00 NaT 1620-11-21T00 <datetime64[h]> >>> ix.display(sf.DisplayConfig(type_show=False)) 1620-09-16T00 NaT 1620-11-21T00
- IndexHour.display_tall(config=None, /)#
Maximize vertical presentation. Return a
static_frame.Display, capable of providing a string representation.- Parameters:
config – A
static_frame.DisplayConfiginstance. If not provided, thestatic_frame.DisplayActivewill be used.
>>> ix = sf.IndexHour(('1620-09-16', 'NaT', '1620-11-21')) >>> ix.display_tall() <IndexHour> 1620-09-16T00 NaT 1620-11-21T00 <datetime64[h]>
- IndexHour.display_wide(config=None, /)#
Maximize horizontal presentation. Return a
static_frame.Display, capable of providing a string representation.- Parameters:
config – A
static_frame.DisplayConfiginstance. If not provided, thestatic_frame.DisplayActivewill be used.
>>> ix = sf.IndexHour(('1620-09-16', 'NaT', '1620-11-21')) >>> ix.display_wide() <IndexHour> 1620-09-16T00 NaT 1620-11-21T00 <datetime64[h]>
IndexHour: 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