Files

Users will be allotted a Data folder in each Data Science Lab project to create files, folders and upload a file into the dedicated Data Sandbox location

Check out the given walk-through on how to add a file or folder and upload a file in the given Data folder provided for each Projects.

Accessing the Files Tab

  • Navigate to a Notebook page.

  • Open the Files tab.

  • A folder named Data appears by default under the Files tab.

  • Click on the Ellipsis icon provided for the Data.

  • A context menu appears with the following options:

    • Add file

    • Add folder

    • Copy path

    • Import

Please Note: The user can select any one option to insert it as a part of Files to the selected Project.

Various Options Provided under the Files Tab

Adding a File

  • Navigate to the context menu provided for the dedicated folder Data under the Files tab.

  • Click the Add file option from the context menu.

  • The Add file dialog box appears.

  • Provide a name for the file.

  • Click the Yes option.

  • A notification message appears.

  • The file gets added under the Data folder.

Adding Folder

  • Navigate to the context menu provided for the dedicated folder Data under the Files tab.

  • Click the Add folder option from the context menu.

  • The Add folder dialog box appears.

  • Provide a name for the folder.

  • Click the Yes option.

  • A notification message appears.

  • The folder gets added under the Data folder.

Using the Copy path

  • Navigate to the context menu provided for the dedicated folder Data under the Files tab.

OR

The user can also access the Copy Path option from an added File inside the Files option (As displayed in the given image).

  • Click the Copy Path option from the context menu.

  • A code cell gets an autogenerated code for the copy path. The code will contain either the project number or mention of the folder or file where it has been created together with the project number.

Please Note: The Copy path feature allows the user to quickly and accurately reference these files in your code, ensuring that your scripts can access the necessary data and resources.

Import Option

The Import option is provided to import files into the dedicated Sandbox folder (Data) inside the Data Science Notebook.

  • Navigate to the context menu provided for the dedicated folder Data under the Files tab.

  • Click the Import option from the context menu.

  • Select and import a file from the system.

  • A notification message appears.

  • The selected file gets imported.

Please Note: Refer the Data Science Lab Quick Start Flow page to get an overview of the Data Science Lab module in nutshell.

Last updated