RamiNoodle733 opened a new pull request, #37742:
URL: https://github.com/apache/superset/pull/37742

   Fixes #36530
   
   The df.dropna() returns a view which causes a Pandas SettingWithCopyWarning 
when modifying the column. Adding .copy() ensures we're working with a copy of 
the DataFrame.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to