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 -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -