Re: [I] [Python] How to add one level of nesting to flat table? [arrow]

2023-12-01 Thread via GitHub
AlenkaF closed issue #38912: [Python] How to add one level of nesting to flat table? URL: https://github.com/apache/arrow/issues/38912 -- 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

[I] [Python] How to add one level of nesting to flat table? [arrow]

2023-11-27 Thread via GitHub
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