I need to export csv to server location, lets suppose my server location is : http//5.6.80.9:8079/ExportedFiles/Files/ I Tried:
df.to_csv(r"http//5.6.80.9:8079/ExportedFiles/Files/ filename.csv", index=False)
its not working.
I need to export csv to server location, lets suppose my server location is : http//5.6.80.9:8079/ExportedFiles/Files/ I Tried:
df.to_csv(r"http//5.6.80.9:8079/ExportedFiles/Files/ filename.csv", index=False)
its not working.