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