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

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

html - Why is a table with width of 75% wider than three tables which total 99%? -