You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/04 13:45:47 UTC

[GitHub] [arrow-datafusion] andygrove opened a new issue #255: Add Python documentation to user guide

andygrove opened a new issue #255:
URL: https://github.com/apache/arrow-datafusion/issues/255


   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   As a user reading the user guide to understand how to use DataFusion, I would like to know how to use the Python bindings.
   
   **Describe the solution you'd like**
   The user guide should include a section on Python bindings and explain how to use them with DataFusion and Ballista (or explain what is and is not supported).
   
   **Describe alternatives you've considered**
   N/A
   
   **Additional context**
   N/A
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] jorgecarleitao commented on issue #255: Add Python documentation to user guide

Posted by GitBox <gi...@apache.org>.
jorgecarleitao commented on issue #255:
URL: https://github.com/apache/arrow-datafusion/issues/255#issuecomment-913334871


   I would not recommend mixing Python in the Rust user guide.
   
   Most users of Python do not care about Rust and vice-versa and each programming language usually has its own way of compiling guides tailored for the language (e.g. allow code with links to the playground in Rust).
   
   For Python, I would recommend what fastAPI (and others) [do](https://github.com/tiangolo/fastapi/tree/master/docs/en) via [mkdocs](https://www.mkdocs.org/).


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] matthewmturner edited a comment on issue #255: Add Python documentation to user guide

Posted by GitBox <gi...@apache.org>.
matthewmturner edited a comment on issue #255:
URL: https://github.com/apache/arrow-datafusion/issues/255#issuecomment-913272670


   @andygrove  I can take this.
   
   Ok to use whats in `arrow-datafusion/python/README.md` as a start and add it to the user-guide?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] matthewmturner commented on issue #255: Add Python documentation to user guide

Posted by GitBox <gi...@apache.org>.
matthewmturner commented on issue #255:
URL: https://github.com/apache/arrow-datafusion/issues/255#issuecomment-913272670


   I can take this.
   
   Ok to use whats in `arrow-datafusion/python/README.md` as a start?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] houqp commented on issue #255: Add Python documentation to user guide

Posted by GitBox <gi...@apache.org>.
houqp commented on issue #255:
URL: https://github.com/apache/arrow-datafusion/issues/255#issuecomment-913332378


   I believe by user guide, Andy was referring to https://github.com/apache/arrow-datafusion/tree/master/docs/user-guide. @Jimexist @jorgecarleitao do you have any opinion on this?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] Jimexist commented on issue #255: Add Python documentation to user guide

Posted by GitBox <gi...@apache.org>.
Jimexist commented on issue #255:
URL: https://github.com/apache/arrow-datafusion/issues/255#issuecomment-913362768


   I think I had a copy over at arrow git repo but might not have enough time to work on that this week. if you have time please feel free to take over.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] houqp commented on issue #255: Add Python documentation to user guide

Posted by GitBox <gi...@apache.org>.
houqp commented on issue #255:
URL: https://github.com/apache/arrow-datafusion/issues/255#issuecomment-913342382


   @Jimexist is already working on a dedicated python doc site for datafusion's python binding, perhaps we could just mention and link to that doc in the main user guide when it's ready?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] matthewmturner commented on issue #255: Add Python documentation to user guide

Posted by GitBox <gi...@apache.org>.
matthewmturner commented on issue #255:
URL: https://github.com/apache/arrow-datafusion/issues/255#issuecomment-913333539


   @houqp thats what i was planning on updating.  I just thought that i could use the existing python walk through from the file i linked to as a starting point.  maybe i misunderstood the ask though.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] Jimexist commented on issue #255: Add Python documentation to user guide

Posted by GitBox <gi...@apache.org>.
Jimexist commented on issue #255:
URL: https://github.com/apache/arrow-datafusion/issues/255#issuecomment-913362910


   my unmerged patch is at https://github.com/apache/arrow/pull/10982


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] matthewmturner edited a comment on issue #255: Add Python documentation to user guide

Posted by GitBox <gi...@apache.org>.
matthewmturner edited a comment on issue #255:
URL: https://github.com/apache/arrow-datafusion/issues/255#issuecomment-913272670


   @andygrove  I can take this.
   
   Ok to use whats in `arrow-datafusion/python/README.md` as a start?


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org