TheNeuralBit commented on pull request #14663:
URL: https://github.com/apache/beam/pull/14663#issuecomment-839160929


   > I suppose the issue is that the index/order for the list may not match the 
order of the Dataframe, while for other insertions (Series, I suppose), they 
will simply be inserted by the actual index, not the order?
   
   Yep, when inserting a Series it is re-ordered so the indexes match. But 
since pandas can't do that for a list it just assumes you want to apply the 
same index onto this list.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to