Saving Datasets from the Platform
Saving Datasets from the Platform
Open the notebook containing your project.
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 pd23data = pd.read_csv('/datasets/<dataset_name.extension>')4data.to_csv('**dataset_name.extension**', index=False)Run the code in the cell (
Shift+Enter
).Press the JupyterHub logo.
Select the dataset and press Download.