nealrichardson opened a new issue #42: URL: https://github.com/apache/arrow-cookbook/issues/42
The language is a bit loose in a few places. I'd suggest at least noting that `tibble` is not required, but that the data frames returned by arrow include the tibble class attributes. So if you use tibble, they'll print and otherwise behave like tibbles. Otherwise, they're just `data.frame`s and that's fine. You may also want to consider have (at least) your first examples use `data.frame(...)` to make clear that tibble is not required. (This is a cookbook, and (food) recipes often allow for substitutions or tell you ways you can do variations on it, right?) -- 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]
