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