question

Upvotes
Accepted
20 3 3 4

Codebook - Write csv file to local disk

Hello,

How can I write a .csv-file produced in a Notebook in the Codebook environment, to a location on my local computer? The file is produced in the Notebook with the whole path as file name, but I can't get it to be produced to a local disk destination.


Thank you for any help.

rdp-apirefinitiv-data-platformcodebook
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
7.6k 15 6 9

@aNadjalin

As far as I understand, we can not save the file directly to our local path on our computer because Codebook provides you with a cloud-hosted development environment. If you use some function to write CSV files such as dataframe.to_csv, it will write the file on the cloud.

Anyway, you can click the file and download it to your PC instead.


format.png (133.5 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
20 3 3 4

Thank you for the answer.

I guess everything can't be automated :)

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.