Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I hope this message finds you well. I have noticed that the chunksize parameter and the num_rows paramter are not available. Could you please advise if there is an alternative solution? I am trying to take a large dataset in a Microsoft Fabric Notebook and take it down into chunks so that I can process the data in the notebook. How do I split the Microsoft Fabric table into chunks while it is processed into a DataFrame? Is there anyway on how to fix this? I would really like to hear your insights.
Thank you for your assistance.
Here is the code that I used in my notebook:
Solved! Go to Solution.
Hi! I think you can accomplish this by using Python pandas library.
Proud to be a Super User! | |
Hi! I think you can accomplish this by using Python pandas library.
Proud to be a Super User! | |