Hello, I am wondering if there is a way to load data from local memory to a server from a pyTigerGraph. I can’t access the file from any local/shared drive so I am looking for something along the lines of:
foo = df.to_csv()
conn.runLoadingJobWithFile(foo, file_tag, loading_job)