js15
js15

Reputation: 1

Chunksize and num_row parameter not found in FabricDataFrame in the fabric library Microsoft Fabric

I have noticed that the chunk size parameter and the num rows parameter 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 Data Frame? 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:

'Chunk size error

Num rows error

df full code'

I tried to do the chunk size parameter, and also using a for loop to look through the chunks of the data frame, and tried to use the num rows parameter, and the start row parameter, but no luck. The code that I used is up top. (All of the code is screenshots by the way)

Upvotes: 0

Views: 22

Answers (0)

Related Questions