export - How to save data library to csv file. -


so have been trying upload data got json library using api key csv file may manipulate in excel. whenever enter command following error.what doing incorrectly?

>>> open("output_data.csv","w") out_file: ...     in range(len(name)): ...             print ... traceback (most recent call last):   file "<stdin>", line 1, in <module> ioerror: [errno 13] permission denied: 'output_data.csv' >>> 


Comments

Popular posts from this blog

javascript - Can Piwik report referrer in real time? -

asp.net - Google Drive Access: At least one client secrets (Installed or Web) should be set -

excel vba add hyperlink to shape in group -