<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Fabric Notebook Locale Setting in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-Locale-Setting/m-p/3599297#M351</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/538677"&gt;@HimanshuS-msft&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Sadly, this doesn't work as the purpose of changing the locale is to use pandas or pandas on Spark to create a Calendar with the proper Weekday names and Month names in Spanish without resorting to a replace as we add more variations of these names.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;df[&lt;/SPAN&gt;&lt;SPAN&gt;'date'&lt;/SPAN&gt;&lt;SPAN&gt;].dt.strftime(&lt;/SPAN&gt;&lt;SPAN&gt;"%a"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN&gt;will not output the desired weekday abbreviated name&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Dec 2023 22:07:02 GMT</pubDate>
    <dc:creator>JosueMolina</dc:creator>
    <dc:date>2023-12-22T22:07:02Z</dc:date>
    <item>
      <title>Fabric Notebook Locale Setting</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-Locale-Setting/m-p/3571053#M347</link>
      <description>&lt;P&gt;I was able to run this code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;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 helps with multiple formats we use across Notebooks.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Dec 2023 17:29:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-Locale-Setting/m-p/3571053#M347</guid>
      <dc:creator>JosueMolina</dc:creator>
      <dc:date>2023-12-06T17:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Notebook Locale Setting</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-Locale-Setting/m-p/3571141#M348</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/651465"&gt;@JosueMolina&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thanks for the ask and using the Microsoft Q&amp;amp;A platform.\nAt this time, we are reaching out to the internal team to get some help on this .&lt;BR /&gt;We will update you once we hear back from them.&lt;BR /&gt;Thanks Himanshu&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 18:52:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-Locale-Setting/m-p/3571141#M348</guid>
      <dc:creator>HimanshuS-msft</dc:creator>
      <dc:date>2023-12-06T18:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Notebook Locale Setting</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-Locale-Setting/m-p/3579946#M349</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/538677"&gt;@HimanshuS-msft&lt;/a&gt;&amp;nbsp;do you have an update on this ? I would like to test it out with some Notebooks we depend on, now that we are nearing the end of the year.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 14:30:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-Locale-Setting/m-p/3579946#M349</guid>
      <dc:creator>JosueMolina</dc:creator>
      <dc:date>2023-12-12T14:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Notebook Locale Setting</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-Locale-Setting/m-p/3599275#M350</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/651465"&gt;@JosueMolina&lt;/a&gt;&lt;BR /&gt;Sorry for the late reply .&lt;BR /&gt;If the requirement is to set locale to handle local timezone then yes. You can set timezone at session level by changing the Spark Config "&lt;BR /&gt;spark.sql.session.timeZone" or using SparkSQL SET command -&lt;BR /&gt;&lt;A href="https://spark.apache.org/docs/3.4.0/sql-ref-syntax-aux-conf-mgmt-set-timezone.html" target="_blank"&gt;SET TIME ZONE - Spark 3.4.0 Documentation (apache.org)&lt;/A&gt;&lt;BR /&gt;Thanks&amp;nbsp;&lt;BR /&gt;Himanshu&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 21:20:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-Locale-Setting/m-p/3599275#M350</guid>
      <dc:creator>HimanshuS-msft</dc:creator>
      <dc:date>2023-12-22T21:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Notebook Locale Setting</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-Locale-Setting/m-p/3599297#M351</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/538677"&gt;@HimanshuS-msft&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Sadly, this doesn't work as the purpose of changing the locale is to use pandas or pandas on Spark to create a Calendar with the proper Weekday names and Month names in Spanish without resorting to a replace as we add more variations of these names.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;df[&lt;/SPAN&gt;&lt;SPAN&gt;'date'&lt;/SPAN&gt;&lt;SPAN&gt;].dt.strftime(&lt;/SPAN&gt;&lt;SPAN&gt;"%a"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN&gt;will not output the desired weekday abbreviated name&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2023 22:07:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-Locale-Setting/m-p/3599297#M351</guid>
      <dc:creator>JosueMolina</dc:creator>
      <dc:date>2023-12-22T22:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Notebook Locale Setting</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-Locale-Setting/m-p/3645831#M352</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/651465"&gt;@JosueMolina&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apologies for the delay in response.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please go ahead and raise a support ticket to reach our support team:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://support.fabric.microsoft.com/support" target="_blank" rel="noopener nofollow noreferrer"&gt;https://support.fabric.microsoft.com/support&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;After creating a Support ticket please provide the ticket number as it would help us to track for more information.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 11:58:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-Locale-Setting/m-p/3645831#M352</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-01-18T11:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Notebook Locale Setting</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-Locale-Setting/m-p/3652467#M353</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 21:07:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-Locale-Setting/m-p/3652467#M353</guid>
      <dc:creator>JosueMolina</dc:creator>
      <dc:date>2024-01-22T21:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric Notebook Locale Setting</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-Locale-Setting/m-p/3704440#M354</link>
      <description>&lt;P&gt;This is not a solution as the main issue of setting a custom locale within the notebook has not been addressed.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 16:24:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Fabric-Notebook-Locale-Setting/m-p/3704440#M354</guid>
      <dc:creator>JosueMolina</dc:creator>
      <dc:date>2024-02-16T16:24:35Z</dc:date>
    </item>
  </channel>
</rss>

