Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
How to write a dataframe in sharepoint list ?
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 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