Jump to content

Akshaykumar SOnune

Members
  • Posts

    1
  • Joined

  • Last visited

Personal Information

  • Company
    Ecolab
  • Title
    Data Scientist
  • Level of Seeq User
    Seeq Intermediate

Akshaykumar SOnune's Achievements

Rookie

Rookie (2/14)

  • Conversation Starter

Recent Badges

0

Reputation

  1. I'm trying to make automation to read the daily updated file in data Lab. However, as per current way, I need to manually upload the daily updated file in seeq data lab interface. Is there a possible way where I can read my csv file from sharepoint address?? I already tried using below method but giving error of authentication. And, to remove this authentication error, I have given edit access to everyone in organization for this file. url= "https://company.sharepoint.com/sites/dailyupdatedfile.csv" sharepoint_file= pd.read_csv(url) Another approach I tried was using sharepy library but still not able to access it. Getting error "module 'sharepy' has no attribute 'auth'" import requests import sharepy auth = sharepy.auth.SharePointOnline(username="abc@company.com") auth.login(site="company.sharepoint.com") r = requests.get("https://company.sharepoint.com", auth= auth)
×
×
  • Create New...