3 Warning
3.1
: Common warning message
Incorrect use of a function or incorrect values of arguments of a function
Warning:
NaNs producedWarning:
in fn – no non-missing arguments; returning InfWarning:
argument is not numeric or logical: returning NAWarning:
longer object length is not a multiple of shorter object lengthWarning:
NAs Introduced by CoercionWarning:
the condition has length > 1 and only the first element will be usedWarning:
invalid factor level, NA generatedWarning:
In Ops.factor(X) : ‘Y’ not meaningful for factorsWarning:
'X' not meaningful for factorsWarning:
is.na() applied to non-(list or vector) of type 'closure'
3.2
: Warning messages
For a list of Python warnings, check the official warning documentation.