Link to home
Start Free TrialLog in
Avatar of Nath603
Nath603Flag for United States of America

asked on

Write to file and saving on network share using python

I am trying to create a csv using python pandas... example pd.to_csv("somefile.csv") to a network shared drive in a windows environment.  The problem is that when I open the windows explorer folder, I don't see the file, but if I use the command prompt, the file is listed.
ASKER CERTIFIED SOLUTION
Avatar of Shaun Vermaak
Shaun Vermaak
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial