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