Detail: IndexYear: Display
- IndexYear.interface
A Frame documenting the interface of this class.
>>> ix = sf.IndexYear(('1620', 'NaT', '1619')) >>> ix <IndexYear> 1620 NaT 1619 <datetime64[Y]> >>> ix.interface <Frame> <Index> cls_name group doc <<U18> <Index: signature> __init__(labels, *, loc_is_iloc, ... IndexYear Constructor Initializer. Args... from_date_range(start, stop, step... IndexYear Constructor Get an IndexYearM... from_labels(labels, *, name) IndexYear Constructor Construct an Inde... from_pandas(value) IndexYear Constructor Given a Pandas in... from_year_month_range(start, stop... IndexYear Constructor Get an IndexYearM... from_year_range(start, stop, step... IndexYear Constructor Get an IndexDate ... to_html(config, style_config) IndexYear Exporter Return an HTML ta... to_html_datatables(fp, *, show, c... IndexYear Exporter Return a complete... to_pandas() IndexYear Exporter Return a Pandas I... to_series() IndexYear Exporter Return a Series w... to_visidata() IndexYear Exporter Open an interacti... STATIC IndexYear Attribute bool(x) -> bool R... depth IndexYear Attribute int([x]) -> integ... dtype IndexYear Attribute Return the dtype ... index_types IndexYear Attribute Return a Series o... memory IndexYear Attribute Return a MemoryDi... mloc IndexYear Attribute The memory locati... ... ... ... ... via_re(pattern, flags).sub(repl, ... IndexYear Accessor Regular ... Return the string... via_re(pattern, flags).subn(repl,... IndexYear Accessor Regular ... Perform the same ... via_hashlib(include_name, include... IndexYear Accessor Hashlib Return the byte s... via_hashlib(include_name, include... IndexYear Accessor Hashlib via_hashlib(include_name, include... IndexYear Accessor Hashlib via_hashlib(include_name, include... IndexYear Accessor Hashlib via_hashlib(include_name, include... IndexYear Accessor Hashlib via_hashlib(include_name, include... IndexYear Accessor Hashlib via_hashlib(include_name, include... IndexYear Accessor Hashlib via_hashlib(include_name, include... IndexYear Accessor Hashlib via_hashlib(include_name, include... IndexYear Accessor Hashlib via_hashlib(include_name, include... IndexYear Accessor Hashlib via_type_clinic.to_hint() IndexYear Accessor Type Clinic Return the type h... via_type_clinic.check(hint, *, fa... IndexYear Accessor Type Clinic Given a hint (a t... via_type_clinic.warn(hint, *, fai... IndexYear Accessor Type Clinic Given a hint (a t... via_type_clinic.__call__(hint, *,... IndexYear Accessor Type Clinic Given a hint (a t... via_type_clinic.__repr__() IndexYear Accessor Type Clinic Return a compact ... <<U90> <<U9> <<U27> <<U83>
- IndexYear.__repr__()
Return repr(self).
>>> ix = sf.IndexYear(('1620', 'NaT', '1619')) >>> repr(ix) <IndexYear> 1620 NaT 1619 <datetime64[Y]>
- IndexYear.__str__()
Return str(self).
>>> ix = sf.IndexYear(('1620', 'NaT', '1619')) >>> str(ix) <IndexYear> 1620 NaT 1619 <datetime64[Y]>
- IndexYear.display(config=None, *, style_config=None)
Return a
static_frame.Display
, capable of providing a string representation.- Parameters:
config – A
static_frame.DisplayConfig
instance. If not provided, thestatic_frame.DisplayActive
will be used.
>>> ix = sf.IndexYear(('1620', 'NaT', '1619')) >>> ix.display() <IndexYear> 1620 NaT 1619 <datetime64[Y]> >>> ix.display(sf.DisplayConfig(type_show=False)) 1620 NaT 1619
- IndexYear.display_tall(config=None)
Maximize vertical presentation. Return a
static_frame.Display
, capable of providing a string representation.- Parameters:
config – A
static_frame.DisplayConfig
instance. If not provided, thestatic_frame.DisplayActive
will be used.
>>> ix = sf.IndexYear(('1620', 'NaT', '1619')) >>> ix.display_tall() <IndexYear> 1620 NaT 1619 <datetime64[Y]>
- IndexYear.display_wide(config=None)
Maximize horizontal presentation. Return a
static_frame.Display
, capable of providing a string representation.- Parameters:
config – A
static_frame.DisplayConfig
instance. If not provided, thestatic_frame.DisplayActive
will be used.
>>> ix = sf.IndexYear(('1620', 'NaT', '1619')) >>> ix.display_wide() <IndexYear> 1620 NaT 1619 <datetime64[Y]>
IndexYear: 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