ianmcook commented on a change in pull request #11425:
URL: https://github.com/apache/arrow/pull/11425#discussion_r731897447



##########
File path: r/README.md
##########
@@ -27,6 +27,7 @@ access to the Arrow C++ library API and higher-level access 
through a
     datasets** (`open_dataset()`, `write_dataset()`)
 -   Read **large CSV and JSON files** with excellent **speed and
     efficiency** (`read_csv_arrow()`, `read_json_arrow()`)
+-   Write CSV files (`write_csv_arrow()`)

Review comment:
       I think we can combine these two into one
   ```suggestion
   -   Read **large CSV and JSON files** (`read_csv_arrow()`,
       `read_json_arrow()`) and write CSV files (`write_csv_arrow()`)
       with excellent **speed and efficiency** 
   ```




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


Reply via email to