dragosmg commented on code in PR #233:
URL: https://github.com/apache/arrow-cookbook/pull/233#discussion_r935461579
##########
r/content/reading_and_writing_data.Rmd:
##########
@@ -304,6 +304,39 @@ test_that("read_json_arrow chunk works as expected", {
unlink(tf)
```
+### Discussion
Review Comment:
Thanks for submitting the PR. The content is great, though I'm not entirely
convinced it belongs in the Cookbook.
FWIW I think this might be going into too much detail regarding working with
JSON imported a list-columns in a dplyr-tidyr workflow. We could say something
along the lines of ... once you import / read the data in, you can then work
with it in several ways: tidyr or purrr workflows, etc. IMHO working with
nested structures is slightly out-of-scope for the cookbook. We could link to
the working with nested data tidyr
[vignette](https://tidyr.tidyverse.org/articles/nest.html) or Jenny Bryan's
working with [list-columns in
purrr](https://jennybc.github.io/purrr-tutorial/ls13_list-columns.html).
--
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]