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
Post a Comment