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

mysql - FireDac error 314 - but DLLs are in program directory -

wpf - C# NAudio - Changing audio playback position still plays a small buffer of old position -

Log not being recorded for quickfix c++ Session -