HyukjinKwon commented on a change in pull request #34182:
URL: https://github.com/apache/spark/pull/34182#discussion_r722081784



##########
File path: python/pyspark/pandas/namespace.py
##########
@@ -1629,9 +1629,28 @@ def to_datetime(
     DatetimeIndex(['1960-01-02', '1960-01-03', '1960-01-04'], 
dtype='datetime64[ns]', freq=None)
     """
 
+    _unit_map = {

Review comment:
       mention that it was copied from pandas' logic, and comment the file name 
in pandas.




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to