HyukjinKwon commented on a change in pull request #30181:
URL: https://github.com/apache/spark/pull/30181#discussion_r514858052
##########
File path: python/pyspark/sql/column.py
##########
@@ -219,11 +226,11 @@ def __init__(self, jc):
| true| false| false|
+----------------+---------------+----------------+
- .. note:: Unlike Pandas, PySpark doesn't consider NaN values to be NULL.
- See the `NaN Semantics`_ for details.
- .. _NaN Semantics:
-
https://spark.apache.org/docs/latest/sql-programming-guide.html#nan-semantics
- .. versionadded:: 2.3.0
Review comment:
I placed it above `.. versionadded:: 2.3.0` :-). just to place it in the
same location (after description / before parameters/examples/notes)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]