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