Skip to content

Commit 99f836e

Browse files
committed
Link to NaN Semantics
1 parent a658969 commit 99f836e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/pyspark/sql/column.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,9 @@ def __init__(self, jc):
219219
+----------------+---------------+----------------+
220220
221221
.. 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
222225
.. versionadded:: 2.3.0
223226
"""
224227
eqNullSafe = _bin_op("eqNullSafe", _eqNullSafe_doc)

0 commit comments

Comments
 (0)