RamiNoodle733 opened a new pull request, #37739: URL: https://github.com/apache/superset/pull/37739
This PR contains two fixes: ## Fix 1: SettingWithCopyWarning in histogram.py Add .copy() after dropna() to avoid pandas SettingWithCopyWarning. This ensures we're working with a copy of the DataFrame before modifying. Fixes #36530 ## Fix 2: Allow typing comma in D3 format for Table chart The Select component uses TOKEN_SEPARATORS which includes comma by default. This prevents users from typing commas in D3 format strings for table charts. Add tokenSeparators prop to ControlFormItemSpec and set it to empty array for d3NumberFormat and d3TimeFormat controls to disable token separation. Fixes #37038 -- 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]
