Forum Discussion
JosueMolina
2 years agoHelper III
Fabric Notebook Locale Setting
I was able to run this code: locale.setlocale(locale.LC_TIME,"es_ES") before. But now the locale string is unsupported. Is there any way I can change the locale for a Notebook session. This help...
JosueMolina
2 years agoHelper III
I managed to do this entirely using a locale format with Spark, foregoing Pandas usage. While the workaround was functional, the issue of not being able to set my own locale outside of Spark configs is not ideal.
JosueMolina
2 years agoHelper III
This is not a solution as the main issue of setting a custom locale within the notebook has not been addressed.