Private data in csv format

Hello!

I am wondering if there is a way to use private data in the notebook in the csv format.
I have tried to research this topic and I am aware it is possible with database connections, but is there a similar way to do so with a simple local file? Would just attaching csv file work or is it not secure for the private data?

Best regards,
Maria

1 Like

Hi Maria, and welcome to the forum.

You might wish to read Introduction to Data

In sum: there are many ways, including 1) to ā€˜in-lineā€™ your CSV data (as shown in the notebook linked above), and 2) to attach it as a file attachment.

When in-lining your data, remember that youā€™ll need a tool to help you parse the CSV file. In the example, Mike uses d3 for this.

Does this help?

Can you elaborate what you would consider as secure? As long as you donā€™t link-share or publish your notebook it will only be accessible to you.

1 Like

It does. Thank you!

2 Likes

Hello. I have the same question. In this video Security and data access in Observable / Observable / Observable the speaker seems to say ā€œdonā€™t put sensitive data in file attachmentsā€. But I hear you saying ā€œitā€™s OK if you attach sensitive data in a private notebook, since only you and your team would see it. Also, when they see it, they must only see it via login, never by shared link.ā€ Assuming Iā€™ve understood you correctly, do you have an resource directly from Observable that supports your assertion? Thanks for your help!

1 Like

@mashfedorova See the section on private resources in Observableā€™s Security Model description:

1 Like