<?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 Exporting DataFrame with More Than 70K Rows from Workbook in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Exporting-DataFrame-with-More-Than-70K-Rows-from-Workbook/m-p/3944755#M2171</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a Python workbook where I run code to generate a DataFrame with over 70,000 rows. When I try to visualize the DataFrame in the workbook, it only shows the first 10,000 rows due to the limit of the DataFrame visualizer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for a solution to export all the rows from the DataFrame. I'm open to either saving all 70K rows as a table in the Lakehouse or directly exporting them as a CSV file.&amp;nbsp;Any suggestions or insights would be appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1104373i0000B800E62BD1C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;</description>
    <pubDate>Thu, 23 May 2024 18:10:45 GMT</pubDate>
    <dc:creator>Melodyyy</dc:creator>
    <dc:date>2024-05-23T18:10:45Z</dc:date>
    <item>
      <title>Exporting DataFrame with More Than 70K Rows from Workbook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Exporting-DataFrame-with-More-Than-70K-Rows-from-Workbook/m-p/3944755#M2171</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a Python workbook where I run code to generate a DataFrame with over 70,000 rows. When I try to visualize the DataFrame in the workbook, it only shows the first 10,000 rows due to the limit of the DataFrame visualizer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for a solution to export all the rows from the DataFrame. I'm open to either saving all 70K rows as a table in the Lakehouse or directly exporting them as a CSV file.&amp;nbsp;Any suggestions or insights would be appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1104373i0000B800E62BD1C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 18:10:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Exporting-DataFrame-with-More-Than-70K-Rows-from-Workbook/m-p/3944755#M2171</guid>
      <dc:creator>Melodyyy</dc:creator>
      <dc:date>2024-05-23T18:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting DataFrame with More Than 70K Rows from Workbook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Exporting-DataFrame-with-More-Than-70K-Rows-from-Workbook/m-p/3946873#M2183</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/748514"&gt;@Melodyyy&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thanks for using Fabric Community. Can you try creating a table in Lakehouse?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;df.write.mode("overwrite").format("delta").saveAsTable("abc5")&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;You should be able to create a table and can study the data using Lakehouse SQL Endpoint or Spark SQL in Notebooks.&lt;BR /&gt;&lt;BR /&gt;Hope this is helpful. Do let me know incase of further queries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 10:04:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Exporting-DataFrame-with-More-Than-70K-Rows-from-Workbook/m-p/3946873#M2183</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-24T10:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting DataFrame with More Than 70K Rows from Workbook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Exporting-DataFrame-with-More-Than-70K-Rows-from-Workbook/m-p/3951741#M2236</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/748514"&gt;@Melodyyy&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;We haven’t heard from you on the last response and was just checking back to see if your query was answered.&lt;BR /&gt;Otherwise, will respond back with the more details and we will try to help .&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 09:29:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Exporting-DataFrame-with-More-Than-70K-Rows-from-Workbook/m-p/3951741#M2236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-27T09:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting DataFrame with More Than 70K Rows from Workbook</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Exporting-DataFrame-with-More-Than-70K-Rows-from-Workbook/m-p/3956637#M2275</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/748514"&gt;@Melodyyy&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if your query was answered.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise, will respond back with the more details and we will try to help .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 05:47:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Exporting-DataFrame-with-More-Than-70K-Rows-from-Workbook/m-p/3956637#M2275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-05-29T05:47:42Z</dc:date>
    </item>
  </channel>
</rss>

