sergun opened a new issue, #38912:
URL: https://github.com/apache/arrow/issues/38912

   ### Describe the usage question you have. Please include as many useful 
details as  possible.
   
   
   I have flat pa.Table:
   ```
   table = pa.table({"a": [1, 2, 3], "b": [3, 4, 5]})
   ```
   
   How can I create new table from this one by adding one level of nesting?
   So I want to have a new table with  only one column "c" of type struct with 
two fields "a" and "b" and keep data from original table.
   
   
   
   
   
   ### Component(s)
   
   Python


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