alamb opened a new issue, #1613:
URL: https://github.com/apache/arrow-rs/issues/1613

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   To help people get up to speed with a new library quickly, it is helpful to 
start with compiling examples. The arrow-rs 
[docs](https://docs.rs/arrow/latest/arrow/) have many small working examples,  
but it would also be nice to also include some full featured examples.
   
   clap-rs has a nice example of examples: 
https://github.com/clap-rs/clap/blob/v3.1.12/examples/README.md
   
   This is especially useful as we start making them easier to find such as 
https://github.com/apache/arrow-cookbook/pull/185
   
   **Describe the solution you'd like**
   Here are some possible improvements
   - [ ] Add a readme to the examples directory with descriptions of each
   - [ ] Add a link to the examples from the main readme page
   - [ ] Add examples of reading from a CSV File, and computing some simple 
calculation (max of each columns?)
   - [ ] Add examples of calling computation kernels (showing how to downcast)
   - [ ] Add automated checking (the way that clap does 
https://github.com/clap-rs/clap/blob/v3.1.12/examples/README.md#contributing)
   


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