Knowledge Base

Saving Datasets from the Platform

Saving Datasets from the Platform

  1. Open the notebook containing your project.

  2. Enter the code you see below. Instead of dataset_name.extension write the name of the intended dataset and its extension, for example, data.csv.

    1import pandas as pd
    2
    3data = pd.read_csv('/datasets/<dataset_name.extension>')
    4data.to_csv('**dataset_name.extension**', index=False)
  3. Run the code in the cell (Shift+Enter).

  4. Press the JupyterHub logo.

  5. Select the dataset and press Download.

Send Feedback
close
  • Bug
  • Improvement
  • Feature
Send Feedback
,