Skip to main content
Version: 10.3

Upload data

overview

Task: upload data from a Data Store in Control Tower or a local CSV file.

Jupiter Notebook: Data Stores or any other notebook where data is uploaded

Input:

  • Data from Data Store
  • A CSV file saved locally
warning

When data is uploaded from a Data Store in Control Tower, the da-pipelines.ini file must include the link and credentials to Control Tower. Also, turn on VPN if applicable.

Upload data from Data Store

The steps specified below are common for all notebooks in Jupiter Notebook where data is downloaded from a Data Store:

  1. Launch all the dependencies and prerequisites.

  2. Run the next step.

    ds_manager starts downloading.

  3. Once you see ds_manager loaded, select a Data Store in the appropriate drop-down box. The Data preview section displays data from the Data Store.

  4. To use the date from the Data Store in the dataframe, click Download from Data Store.

  5. Run the next step to assign the data from the selected Data Store to a dataframe.

After that, the dataframe with the data from the selected Data Store becomes available for use.

Upload data from local CSV file

To upload data from a local CSV file, add a cell and paste the code that imports the pandas library and reads your file. Specify the path and file name with an extension.