simicd commented on issue #139: URL: https://github.com/apache/arrow-datafusion-python/issues/139#issuecomment-1436104479
I saw in the documentation that pyarrow Table has a few methods that might be helpful when constructing dataframes or getting out the results: - [from_pandas](https://arrow.apache.org/docs/python/generated/pyarrow.Table.html#pyarrow.Table.from_pandas) - [from_pydict](https://arrow.apache.org/docs/python/generated/pyarrow.Table.html#pyarrow.Table.from_pydict)/[to_pydict](https://arrow.apache.org/docs/python/generated/pyarrow.Table.html#pyarrow.Table.to_pydict) - [from_pylist](https://arrow.apache.org/docs/python/generated/pyarrow.Table.html#pyarrow.Table.from_pylist)/[to_pylist](https://arrow.apache.org/docs/python/generated/pyarrow.Table.html#pyarrow.Table.to_pylist) Do you think it would be useful to implement those methods as well? -- 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]
