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 ? Deep Learning avec Python
et Keras et Tensorflow
Voir le programme détaillé
Classe « ColumnOperators »

Méthode sqlalchemy.ColumnOperators.is_not_distinct_from

Signature de la méthode is_not_distinct_from

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

Description

help(ColumnOperators.is_not_distinct_from)

Implement the ``IS NOT DISTINCT FROM`` operator.

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

.. versionchanged:: 1.4 The ``is_not_distinct_from()`` operator is
   renamed from ``isnot_distinct_from()`` in previous releases.
   The previous name remains available for backwards compatibility.



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