Adding Your Data to a Notebook

Follow these steps to add your data to a notebook for processing.

Prerequisites

Procedure

  1. Associate the dataset with your workspace.
  2. Select Import Dataset Into Notebook from the Data section of the menu.

  3. Select the dataset to import.

  4. A bit of code is inserted into your notebook. This facilitates the communication between the data source and your notebook. To run this code, press shift+enter or click Run.

  5. If you run df_credit (the name of the dataset imported into your notebook) in the Python notebook, it shows a preview of the data imported. Then you can run other commands on it.