Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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 🙂
Cheers,
M
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.
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
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
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 11 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 27 | |
| 11 | |
| 8 | |
| 8 | |
| 5 |