Omega359 commented on issue #9672: URL: https://github.com/apache/arrow-datafusion/issues/9672#issuecomment-2016466398
My guess is that the idea for the Polars implementation came from Pandas where to add a column you do something like ``` df1 = df1.assign(e=pd.Series(np.random.randn(sLength)).values) ``` which returns a new df My first thought for this was to look into the cast issue with the first solution and to see if there was something there that could be adjusted to make it work. -- 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]
