fabgat commented on issue #29251:
URL: https://github.com/apache/superset/issues/29251#issuecomment-2228023886

   Now I'm trying to apply same number formatting to the export feature.
   I've first added this into superset_config.py:
   CSV_EXPORT = {"encoding": "utf-8", "sep": ";", "decimal": ",", "thousands": 
"."}
   
   But when I try to download dashboard in CSV format, I receive this log:
   NDFrame.to_csv() got an unexpected keyword argument 'thousands'
   
   So I have removed "thousands" from superset_config.py and launched again 
superset.
   Trying new conf, now I can download the csv but I only see that the new 
separator is: ":".
   
   Decimal remained as ".".
   
   Any ideas how to implement:
   decimal ,
   thousands .
   
   Thanks


-- 
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: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to