I am running a python script from Ubuntu TLS on Windows 10. I need to save a file to a windows folder. If it do e.g. from a pandas dataframe
df.to_csv("C:\\Users\\XXXX\\Downloads\\my_file.csv")
It just creates a filename C Users XXXX Downloads myfile.csv in the same folder as my script... (on the ubuntu file system)