hokiegeek2 opened a new issue, #633: URL: https://github.com/apache/arrow-ballista/issues/633
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The DataFusion SessionContext has a create_dataframe method that enables creation of a DataFrame from an array of pyarrow batches. It would be ideal to add a create_dataframe to BallistaContext that emulates the SessionContext create_dataframe implementation. **Describe the solution you'd like** Add a create_dataframe method to BallistaContext in analogy to DataFusion SessionContext.create_dataframe -- 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]
