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 ? Mise en oeuvre d'IHM
avec Qt et PySide6
Voir le programme détaillé
Classe « StringDtype »

Méthode pandas.StringDtype.construct_from_string

Signature de la méthode construct_from_string

def construct_from_string(string) -> 'Self' 

Description

help(StringDtype.construct_from_string)

Construct a StringDtype from a string.

Parameters
----------
string : str
    The type of the name. The storage type will be taking from `string`.
    Valid options and their storage types are

    ========================== ==============================================
    string                     result storage
    ========================== ==============================================
    ``'string'``               pd.options.mode.string_storage, default python
    ``'string[python]'``       python
    ``'string[pyarrow]'``      pyarrow
    ========================== ==============================================

Returns
-------
StringDtype

Raise
-----
TypeError
    If the string is not a valid option.


Vous êtes un professionnel et vous avez besoin d'une formation ? RAG (Retrieval-Augmented Generation)
et Fine Tuning d'un LLM
Voir le programme détaillé