Monday, November 24, 2014

Downloading CSV File From Web


An outline of the steps to download file from the web:
(1) Import necessary library
(2) Create function that passes url of csv file.
(3) Open url
(4) Read url
(5) Convert what is read to a string
(6) Create CSV file.
(7) Open csv file to write.
(8) write read url to csv file
(9) Close opened csv file




No comments:

Post a Comment