Module « pandas »
Classe « TimedeltaIndex »
Informations générales
Héritage
builtins.object
DirNamesMixin
PandasObject
builtins.object
OpsMixin
IndexOpsMixin
Index
NumericIndex
IntegerIndex
Int64Index
builtins.object
DirNamesMixin
PandasObject
builtins.object
OpsMixin
IndexOpsMixin
Index
ExtensionIndex
NDArrayBackedExtensionIndex
DatetimeIndexOpsMixin
DatetimeTimedeltaMixin
TimedeltaIndex
Définition
class TimedeltaIndex(DatetimeTimedeltaMixin):
Description [extrait de TimedeltaIndex.__doc__]
Immutable ndarray of timedelta64 data, represented internally as int64, and
which can be boxed to timedelta objects.
Parameters
----------
data : array-like (1-dimensional), optional
Optional timedelta-like data to construct index with.
unit : unit of the arg (D,h,m,s,ms,us,ns) denote the unit, optional
Which is an integer/float number.
freq : str or pandas offset object, optional
One of pandas date offset strings or corresponding objects. The string
'infer' can be passed in order to set the frequency of the index as the
inferred frequency upon creation.
copy : bool
Make a copy of input ndarray.
name : object
Name to be stored in the index.
Attributes
----------
days
seconds
microseconds
nanoseconds
components
inferred_freq
Methods
-------
to_pytimedelta
to_series
round
floor
ceil
to_frame
mean
See Also
--------
Index : The base pandas Index type.
Timedelta : Represents a duration between two dates or times.
DatetimeIndex : Index of datetime64 data.
PeriodIndex : Index of Period data.
timedelta_range : Create a fixed-frequency TimedeltaIndex.
Notes
-----
To learn more about the frequency strings, please see `this link
<https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#offset-aliases>`__.
Constructeur(s)
Liste des attributs statiques
array | <pandas._libs.properties.CachedProperty object at 0x7f504b9fe2c0> |
dtype | <pandas._libs.properties.CachedProperty object at 0x7f504bd2af00> |
hasnans | <pandas._libs.properties.CachedProperty object at 0x7f504b755080> |
inferred_freq | <pandas._libs.properties.CachedProperty object at 0x7f504b751d00> |
is_all_dates | <pandas._libs.properties.CachedProperty object at 0x7f504bd34c40> |
is_unique | <pandas._libs.properties.CachedProperty object at 0x7f504bd34880> |
resolution | <pandas._libs.properties.CachedProperty object at 0x7f504b7554c0> |
Attributs statiques hérités de la classe NumericIndex
inferred_type
Liste des propriétés
asi8 | |
components | |
days | |
empty | |
freq | |
freqstr | |
has_duplicates | |
inferred_type | |
is_monotonic | |
is_monotonic_decreasing | |
is_monotonic_increasing | |
microseconds | |
name | |
names | |
nanoseconds | |
nbytes | |
ndim | |
nlevels | |
seconds | |
shape | |
size | |
T | |
values | |
Propriétés héritées de la classe IndexOpsMixin
array, dtype, is_unique
Liste des opérateurs
Opérateurs hérités de la classe IntegerIndex
__contains__
Liste des opérateurs
Opérateurs hérités de la classe ExtensionIndex
__getitem__
Liste des opérateurs
Opérateurs hérités de la classe Index
__and__, __iadd__, __inv__, __neg__, __or__, __pos__, __setitem__, __xor__
Liste des opérateurs
Opérateurs hérités de la classe OpsMixin
__add__, __eq__, __floordiv__, __ge__, __gt__, __le__, __lt__, __mod__, __mul__, __ne__, __pow__, __radd__, __rand__, __rfloordiv__, __rmod__, __rmul__, __ror__, __rpow__, __rsub__, __rtruediv__, __rxor__, __sub__, __truediv__
Liste des méthodes
Toutes les méthodes
Méthodes d'instance
Méthodes statiques
Méthodes dépréciées
Méthodes héritées de la classe DatetimeTimedeltaMixin
__init_subclass__, __subclasshook__, difference, insert, intersection, is_type_compatible, join
Méthodes héritées de la classe DatetimeIndexOpsMixin
__array_wrap__, argmax, argmin, delete, equals, format, max, min, shift, take, tolist
Méthodes héritées de la classe NDArrayBackedExtensionIndex
putmask, where
Méthodes héritées de la classe ExtensionIndex
map, repeat, searchsorted
Méthodes héritées de la classe Index
__abs__, __array__, __bool__, __copy__, __deepcopy__, __hash__, __len__, __nonzero__, __reduce__, __repr__, all, any, append, argsort, asof, asof_locs, copy, drop, drop_duplicates, droplevel, dropna, duplicated, fillna, get_indexer, get_indexer_for, get_indexer_non_unique, get_level_values, get_slice_bound, get_value, groupby, holds_integer, identical, is_, is_boolean, is_categorical, is_floating, is_integer, is_interval, is_mixed, is_numeric, is_object, isin, isna, isnull, memory_usage, notna, notnull, ravel, reindex, rename, set_names, set_value, slice_indexer, slice_locs, sort, sort_values, sortlevel, symmetric_difference, to_flat_index, to_frame, to_native_types, to_series, union, unique, view
Méthodes héritées de la classe PandasObject
__sizeof__
Méthodes héritées de la classe DirNamesMixin
__dir__
Méthodes héritées de la classe IndexOpsMixin
__iter__, factorize, item, nunique, to_list, to_numpy, transpose, value_counts
Méthodes héritées de la classe OpsMixin
__divmod__, __rdivmod__
Méthodes héritées de la classe object
__delattr__,
__format__,
__getattribute__,
__reduce_ex__,
__setattr__,
__str__
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :