bito-code-review[bot] commented on PR #40064: URL: https://github.com/apache/superset/pull/40064#issuecomment-4444063180
<!-- Bito Reply --> The suggestion to use `copy(deep=False)` is valid for optimizing performance on wide DataFrames, provided it still prevents the SettingWithCopyWarning in supported pandas versions. If not, consider restructuring to use safe assignment patterns that avoid copying entirely. -- 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]
