Office365-REST-Python-Client icon indicating copy to clipboard operation
Office365-REST-Python-Client copied to clipboard

How to write a dataframe in sharepoint list ?

Open AnuroopAich opened this issue 4 years ago • 1 comments

I could connect to sharepoint online and upload files. But can you help me in writing a dataframe in a sharepoint list.

I was referring to Office365-REST-Python-Client/examples/sharepoint/lists_and_items/create_listitems_batch.py but here we need to iterate the rows of dataframe to write to list. This not possible for large dataframes as it will lead to OOM

Can you please help me writing a dataframe. Any help is highly appreciated

AnuroopAich avatar Jul 06 '21 09:07 AnuroopAich

@AnuroopAich if you do an execute batch in a loop as well? then you will load objects into memory in chunks and this should help to avoid OOM

beliaev-maksim avatar Aug 18 '21 09:08 beliaev-maksim