Data Science Lab
  • What is Data Science Lab?
  • Accessing the Data Science Lab Module
  • Data Science Lab Quick Start Flow
  • Project
    • Environments
    • Creating a Project
    • Project List
      • Keep Multiple Versions of a Project
      • Sharing a Project
      • Editing a Project
      • Activating a Project
      • Deactivating a Project
      • Deleting a Project
    • Tabs for a Data Science Lab Project
      • Tabs for TensorFlow and PyTorch Environment
        • Notebook
          • Ways to Access Notebook
            • Creating a Notebook
            • Uploading a Notebook
          • Notebook Page
            • Preview Notebook
            • Notebook Cells
              • Using a Code Cell
              • Using a Markdown Cell
            • Modifying a Notebook
            • Resource Utilization Graph
            • Notebook Taskbar
            • Notebook Operations
              • Datasets
                • Copy Path (for Sandbox files)
              • Secrets
              • Algorithms
              • Transforms
              • Models
                • Model Explainer
                • Registering & Unregistering a Model
                • Applying Filter
              • Predict
              • Artifacts
              • Variable Explorer
              • Find and Replace
          • Notebook List Page
            • Export
              • Export to Pipeline
              • Export to GIT
            • Notebook Version Control
            • Sharing a Notebook
            • Editing a Notebook
            • Deleting a Notebook
        • Dataset
          • Adding Data Sets
            • Data Sets
            • Data Sandbox
          • Dataset List Page
            • Preview
            • Data Profile
            • Create Experiment
            • Data Preparation
            • Delete
        • Utility
        • Model
          • Model Explainer
          • Import Model
          • Export to GIT
          • Register a Model
          • Unregister A Model
          • Register a Model as an API Service
            • Register a Model as an API
            • Register an API Client
            • Pass Model Values in Postman
          • AutoML Models
        • Auto ML
          • Creating Experiments
            • Accessing the Create Experiment Option
              • Configure
              • Select Experiment Type
          • AutoML List Page
            • View Report
              • Details
              • Models
                • View Explanation
                  • Model Summary
                  • Model Interpretation
                    • Classification Model Explainer
                    • Regression Model Explainer
                  • Dataset Explainer
            • Delete
      • Tabs for PySpark Environment
        • Notebook
          • Ways to Access Notebook
            • Creating a Notebook
            • Uploading a Notebook
          • Notebook Page
            • Preview Notebook
            • Notebook Cells
              • Using a Code Cell
              • Using a Markdown Cell
            • Modifying a Notebook
            • Resource Utilization Graph
            • Notebook Taskbar
            • Notebook Operations
              • Datasets
                • Copy Path (for Sandbox files)
              • Secrets
              • Variable Explorer
              • Find and Replace
          • Notebook List Page
            • Export
              • Export to Pipeline
              • Export to GIT
            • Notebook Version Control
            • Sharing a Notebook
            • Editing a Notebook
            • Deleting a Notebook
        • Dataset
          • Adding Data Sets
          • Dataset List Page
            • Preview
            • Data Profile
            • Data Preparation
            • Delete
        • Utility
Powered by GitBook
On this page
  • Adding Datasets
  • Uploading Datasets
  • ​Reading Datasets
  1. Project
  2. Tabs for a Data Science Lab Project
  3. Tabs for TensorFlow and PyTorch Environment
  4. Notebook
  5. Notebook Page
  6. Notebook Operations

Datasets

Now the Notebook page facilitates the user to add the datasets.

PreviousNotebook OperationsNextCopy Path (for Sandbox files)

Last updated 2 years ago

Check out the given walk-through on how to add a dataset using the Notebook page,

Reading a dataset

Adding Datasets

  • Navigate to the Notebook page.

  • Click on the Add Dataset option.

  • The Add Datasets dialog box appears.

  • Select Data Sets or Data Sandbox from the Data Source drop-down menu.

  • Select dataset(s) as per the requirement using the check box.

  • Click the Add option.

  • A notification message appears.

  • The selected Dataset(s) get added to the given Dataset tab.

  • Click on the More icon.

Uploading Datasets

The Upload option is provided for the Sandbox files inside the Data Science Notebook.

  • Navigate to the Add Datasets panel from a Data Science Notebook.

  • Click the Upload option.

  • The Upload Data Sandbox window appears.

  • Provide a Sandbox Name.

  • Provide Description (it is optional).

  • Use the Choose File option to select a file.

  • Click the Save option to upload the selected file.

  • A notification message appears to inform completion of the action.

  • The uploaded file lists below with a checkbox to select it.

​Reading Datasets

  • Datasets can be read in two methods as:

    • Using get_data function datasets and data sandbox files (csv & xlsx files) can be read.

    • Using Copy Path functionality data sandbox files (xls, txt, png, json, jpg, jpeg, mp4 files) can be read.

The drop-down menu appears displaying the and Data Preparation actions for the added dataset appears.

​

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

Preview
Click here
Reading a Data sandbox file using Copy Path
Reading a Data Sandbox file using get_data function.
Reading a Data Sandbox file Copy Path functionality.