thisisnic commented on a change in pull request #67:
URL: https://github.com/apache/arrow-cookbook/pull/67#discussion_r703839483



##########
File path: r/content/specify_data_types_and_schemas.Rmd
##########
@@ -0,0 +1,205 @@
+# Defining Data Types
+
+As discussed in previous chapters, Arrow automatically handles the conversion 
of objects from native R data types to Arrow data types.  
+However, you might want to manually define data types, for example, to ensure 
interoperability with databases and data warehouse systems.
+
+## Specify data types when creating an Arrow table from an R object
+
+### Problem

Review comment:
       I was planning on rewriting all of the other recipes with this format 
shortly in a follow-up PR.  My thinking here is that I'd rather get this merged 
first as I have multiple PRs for multiple chapters open and don't want to end 
up with too many conflicts.  Of course, that doesn't stop me adding this 
formatting to those PRs if they haven't been merged yet, which I will take a 
look at doing.




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