Import data#
See a screencast covering this section’s steps
If you look at the Flow, you’ll notice different icons on the blue squares representing datasets. These icons represent the underlying storage connection for each dataset. Dataiku supports connections to many possible data sources that an instance administrator can manage.
For example, the initial job_postings dataset is an uploaded file (as indicated by its icon), but the output to the Prepare recipe is the default location on your instance. It might be cloud storage, an SQL database, or even a local filesystem.
Upload a file#
For now, let’s demonstrate importing a new dataset into Dataiku.
Download the earnings_by_education.csv file.
From the Flow, click + Dataset.
Select Upload your files.
Click Select Files, and choose the earnings_by_education.csv file.
Before creating it, click Configure Format.
Infer the dataset’s schema#
Configuring the format allows you to adjust the dataset’s schema, or the name and storage type of columns in this context.
Navigate to the Schema subtab.
Click Infer Types from Data so Dataiku can try to guess the correct storage types based on the current sample.
Click Confirm, and notice how the median_weekly_earnings_usd column changed from a string to an integer.
Click Create to finish importing the dataset.
After looking at the new dataset, navigate back to the Flow (
g
+f
).