Yikun commented on a change in pull request #32431:
URL: https://github.com/apache/spark/pull/32431#discussion_r627250235



##########
File path: python/pyspark/sql/dataframe.py
##########
@@ -2423,6 +2423,43 @@ def freqItems(self, cols, support=None):
             support = 0.01
         return DataFrame(self._jdf.stat().freqItems(_to_seq(self._sc, cols), 
support), self.sql_ctx)
 
+    def with_columns(self, col_names, cols):

Review comment:
       @SaurabhChawla100 Thanks for reminder, I am not very familar with R, I 
am going to submit it in a separate PR.




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

Reply via email to