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