itholic commented on code in PR #36420:
URL: https://github.com/apache/spark/pull/36420#discussion_r864305681


##########
python/docs/source/user_guide/pandas_on_spark/supported_pandas_api.rst:
##########
@@ -362,7 +362,9 @@ Supported DataFrame APIs
 
+--------------------------------------------+-------------+--------------------------------------+
 | :func:`replace`                            | P           | ``regex``, 
``method``                |
 
+--------------------------------------------+-------------+--------------------------------------+
-| resample                                   | N           |                   
                   |
+| resample                                   | P           |``axis``, 
``convention``, ``kind``    |

Review Comment:
   Can we add the link??
   
   ```
   :func:`resample`
   ```
   
   should work



##########
python/docs/source/user_guide/pandas_on_spark/supported_pandas_api.rst:
##########
@@ -1016,7 +1018,9 @@ Supported Series APIs
 | :func:`replace`                 | P                 | ``inplace``, 
``limit``, ``regex``,        |
 |                                 |                   | ``method``             
                   |
 
+---------------------------------+-------------------+-------------------------------------------+
-| resample                        | N                 |                        
                   |
+| resample                        | P                 |``axis``, 
``convention``, ``kind``         |

Review Comment:
   ditto!



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