alistaire47 opened a new pull request, #226: URL: https://github.com/apache/arrow-cookbook/pull/226
Just a little PR to add an example of how to make a Table from a list of rows with [`pyarrow.Table.from_pylist()`](https://arrow.apache.org/docs/python/generated/pyarrow.Table.html#pyarrow.Table.from_pylist). - I put this in the same "Create Table from Plain Types" section because it already contains an example of the complementary operation of making a Table from a dict, but we can split them out if it's preferable. - My editor stripped a little trailing whitespace elsewhere, so apologies for the whitespace diffs, but that should reduce future whitespace diffs. - Built everything, and it looked as expected and links worked. -- 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]
