Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
Melodyyy
New Member

Exporting DataFrame with More Than 70K Rows from Workbook

Hi everyone,

 

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.

 

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. Any suggestions or insights would be appreciated 🙂

 

Capture.PNG

 

Cheers,

M

3 REPLIES 3
Anonymous
Not applicable

Hi  @Melodyyy ,

Thanks for using Fabric Community. Can you try creating a table in Lakehouse?

df.write.mode("overwrite").format("delta").saveAsTable("abc5")


You should be able to create a table and can study the data using Lakehouse SQL Endpoint or Spark SQL in Notebooks.

Hope this is helpful. Do let me know incase of further queries.

 

Anonymous
Not applicable

Hi @Melodyyy ,

We haven’t heard from you on the last response and was just checking back to see if your query was answered.
Otherwise, will respond back with the more details and we will try to help .

Thanks

Anonymous
Not applicable

Hi @Melodyyy ,

We haven’t heard from you on the last response and was just checking back to see if your query was answered.
Otherwise, will respond back with the more details and we will try to help .

Thanks

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

May FBC25 Carousel

Fabric Monthly Update - May 2025

Check out the May 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.