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 ? Machine Learning
avec Scikit-Learn
Voir le programme détaillé
Classe « ColumnOperators »

Méthode sqlalchemy.ColumnOperators.is_distinct_from

Signature de la méthode is_distinct_from

def is_distinct_from(self, other: 'Any') -> 'ColumnOperators' 

Description

help(ColumnOperators.is_distinct_from)

Implement the ``IS DISTINCT FROM`` operator.

Renders "a IS DISTINCT FROM b" on most platforms;
on some such as SQLite may render "a IS NOT b".



Vous êtes un professionnel et vous avez besoin d'une formation ? Machine Learning
avec Scikit-Learn
Voir le programme détaillé