thisisnic commented on code in PR #38143:
URL: https://github.com/apache/arrow/pull/38143#discussion_r1350521375


##########
r/NEWS.md:
##########
@@ -19,6 +19,46 @@
 
 # arrow 13.0.0.9000
 
+## New features
+
+* The `schema` argument to `open_dataset()` is now supported when reading CSV
+  datasets (#37658).
+* Added `write_csv_dataset()` as a friendlier alternative to the existing
+  dataset writer (#36436).
+* Added `quoted_na` argument to `open_delim_dataset()` (#37828).
+* Implemented `infer_schema()` method for `data.frame` (#37843).

Review Comment:
   ```suggestion
   * Implemented `infer_schema()` method for `data.frame` (#37843).
   * Added functionality to read CSVs with comma or other character as decimal 
mark both in 
     dataset reading functions and new function `read_csv2_arrow()` (#38002).
   ```



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