We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a658969 commit 99f836eCopy full SHA for 99f836e
python/pyspark/sql/column.py
@@ -219,6 +219,9 @@ def __init__(self, jc):
219
+----------------+---------------+----------------+
220
221
.. note:: Unlike Pandas, PySpark doesn't consider NaN values to be NULL.
222
+ See the `NaN Semantics`_ for details.
223
+ .. _NaN Semantics:
224
+ https://spark.apache.org/docs/latest/sql-programming-guide.html#nan-semantics
225
.. versionadded:: 2.3.0
226
"""
227
eqNullSafe = _bin_op("eqNullSafe", _eqNullSafe_doc)
0 commit comments