thisisnic commented on a change in pull request #11914:
URL: https://github.com/apache/arrow/pull/11914#discussion_r765849820



##########
File path: r/vignettes/python.Rmd
##########
@@ -7,9 +7,13 @@ vignette: >
   %\VignetteEncoding{UTF-8}
 ---
 
-The `arrow` package provides `reticulate` methods for passing data between
+The arrow package provides [reticulate](https://rstudio.github.io/reticulate/) 
methods for passing data between
 R and Python in the same process. This document provides a brief overview.
 
+Why you might want to use `pyarrow`?
+* To use some Python functionality that is not yet implemented in R, for 
example, the `concat_arrays` function.
+* To transfer Python objects into R, for example, a Pandas dataframe into an R 
Arrow Array. 

Review comment:
       ```suggestion
   Why you might want to use `pyarrow`?
   
   * To use some Python functionality that is not yet implemented in R, for 
example, the `concat_arrays` function.
   * To transfer Python objects into R, for example, a Pandas dataframe into an 
R Arrow Array. 
   ```
   Needs a break between text and bullets to render properly




-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to