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 :

Vous êtes un professionnel et vous avez besoin d'une formation ? Sensibilisation à
l'Intelligence Artificielle
Voir le programme détaillé
Classe « DatetimeTZDtype »

Méthode pandas.DatetimeTZDtype.construct_from_string

Signature de la méthode construct_from_string

def construct_from_string(string: 'str_type') -> 'DatetimeTZDtype' 

Description

help(DatetimeTZDtype.construct_from_string)

Construct a DatetimeTZDtype from a string.

Parameters
----------
string : str
    The string alias for this DatetimeTZDtype.
    Should be formatted like ``datetime64[ns, <tz>]``,
    where ``<tz>`` is the timezone name.

Examples
--------
>>> DatetimeTZDtype.construct_from_string('datetime64[ns, UTC]')
datetime64[ns, UTC]


Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les fondamentaux
Voir le programme détaillé