Forum Discussion
Melodyyy
2 years agoNew 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 du...
Anonymous
2 years agoNot 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.