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