Participer au site avec un Tip
Rechercher
 

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 :

Classe « PeriodIndex »

Méthode pandas.PeriodIndex.to_timestamp

Signature de la méthode to_timestamp

def to_timestamp(self, freq=None, how='start') -> pandas.core.indexes.datetimes.DatetimeIndex 

Description

to_timestamp.__doc__

Cast to DatetimeArray/Index.

Parameters
----------
freq : str or DateOffset, optional
    Target frequency. The default is 'D' for week or longer,
    'S' otherwise.
how : {'s', 'e', 'start', 'end'}
    Whether to use the start or end of the time period being converted.

Returns
-------
DatetimeArray/Index