Search found 2 matches

by nerkes
Wed Aug 18, 2021 5:21 pm
Forum: General Discussion
Topic: Please help!! Trouble downloading SharePoint file into Python environment!
Replies: 2
Views: 3291

Re: Please help!! Trouble downloading SharePoint file into Python environment!

L'In20Cible wrote:You want to read bytes_file_obj, not response.content.


Sorry, I actually copied in my code incorrectly -- that's what I'm doing. I fixed the code above.
by nerkes
Wed Aug 18, 2021 4:26 pm
Forum: General Discussion
Topic: Please help!! Trouble downloading SharePoint file into Python environment!
Replies: 2
Views: 3291

Please help!! Trouble downloading SharePoint file into Python environment!

I'm trying to pull a table from an excel file stored on a SharePoint site into a pandas DataFrame. I'm using the below code. It successfully authenticates the user and gives a 200 response code indicating successful download, but when I get to the last line -- trying to "read_excel" -- I g...

Go to advanced search