any()
any()
La fonction any() est une fonction intégrée (built-in) qui retourne "True" ou "False" selon si la séquence en argument contient au moins un élément évalués comme vrais ou comme faux.
Syntaxe de any()
Paramètres de any()
La fonction any() accepte un seul paramètre. Il s'agit d'une séquence (liste, tuple ou ensemble) que la fonction va évaluer.
Voir aussi : all(), any(), append(), count(), enumerate(), extend(), filter(), float() format() input(), int(), isdigit(), isinstance(), items(), join(), endswith(), list(), map(), max(), mean(), min(), pop(), range(), len(), slice(), startswith(), zip(), type(), get(), symmetric_difference(), keys(), difference()
Numpy : arange(), array(), delete(), hsplit(), hstack(), linspace(), logical_and(), logical_or(), polyfit()
Pandas : concat(), concatenate(), describe(), dict(), drop_duplicates(), dropna(), fillna(), from_dict(), groupby(), head(), iloc, info(), insert(), isin(), melt(), merge(), pivot_table(), read_csv(), read_excel(), rename(), where()
N'hésitez pas à consulter nos formations sur cette page.