From 5770c02499973c14690454a4609dc1e336549e2f Mon Sep 17 00:00:00 2001 From: Fabiana <30911746+fabclmnt@users.noreply.github.com> Date: Wed, 29 Nov 2023 21:42:15 -0800 Subject: [PATCH] docs: fix img upload csv.md (#77) * docs: update upload images. * docs: upload csv file docs update images. --------- Co-authored-by: Fabiana Clemente --- docs/get-started/create_lab.md | 2 ++ docs/get-started/upload_csv.md | 29 +++++++++-------------------- 2 files changed, 11 insertions(+), 20 deletions(-) diff --git a/docs/get-started/create_lab.md b/docs/get-started/create_lab.md index cd9d8850..72d95143 100644 --- a/docs/get-started/create_lab.md +++ b/docs/get-started/create_lab.md @@ -5,6 +5,8 @@ combined with already loved tools such as scikit-learn, numpy and pandas. To create your first **Lab**, you can use the **“Create Lab”** from Fabric’s home, or you can access it from the Labs module by selecting it on the left side menu, and clicking the **“Create Lab”** button. +![Create dataset with upload csv](../assets/quickstart/create_lab/create_lab.webp){: style="width:75%"} +

Select create a lab from Home diff --git a/docs/get-started/upload_csv.md b/docs/get-started/upload_csv.md index 28f06afd..7d459d44 100644 --- a/docs/get-started/upload_csv.md +++ b/docs/get-started/upload_csv.md @@ -6,21 +6,18 @@ Check this quickstart video on how to To create your first dataset in the **Data Catalog**, you can start by clicking on **"Add Dataset"** from the Home section. Or click to **Data Catalog** (on the left side menu) and click **“Add Dataset”**. -![Create dataset](../assets/quickstart/upload_csv/welcome_add_dataset.png) +![Create dataset with upload csv](../assets/quickstart/upload_csv/welcome_add_dataset.png){: style="width:75%"} After that the below modal will be shown. You will need to select a connector. To upload a CSV file, we need to select **“Upload CSV”**. -

- Select connectors to storage -
+![Data Catalog connectors](../assets/quickstart/upload_csv/data_catalog_connectors.png){: style="width:40%"} Once you've selected the **“Upload CSV”** connector, a new screen will appear, enabling you to upload your file and designate a name for your connector. This file upload connector will subsequently empower you to create one or more datasets from the same file at a later stage. -
- Upload file area - Upload CSV file -
+| Loading area | Upload csv file | +|--------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------| +| ![Upload file area](../assets/quickstart/upload_csv/loading_area.png){: style="width:90%"} | ![Upload CSV file](../assets/quickstart/upload_csv/load_csv_file.png){: style="width:90%"} | With the *Connector* created, you'll be able to add a dataset and specify its properties: @@ -28,31 +25,23 @@ With the *Connector* created, you'll be able to add a dataset and specify its pr - **Separator:** This is an important parameter to make sure that we can parse your CSV correctly. The default value is “,”. - **Data Type:** Whether your dataset contains tabular or time-series (i.e., containing temporal dependency) data. -
- Upload file area -
+![Add dataset details](../assets/quickstart/upload_csv/add_dataset_details.png){: style="width:45%"} Your created Connector *(“Census File”)* and Dataset *(“Census”)* will be added to the Data Catalog. As soon as the status is green, you can navigate your Dataset. Click in **Open Dataset** as per the image below. -
- Upload file area -
+![Explore dataset](../assets/quickstart/upload_csv/open_dataset.png){: style="width:75%"} Within the **Dataset** details, you can gain valuable insights through our automated data quality profiling. This includes comprehensive metadata and an overview of your data, encompassing details like row count, identification of duplicates, and insights into the overall quality of your dataset. -
- Upload file area -
+![Dataset overview](../assets/quickstart/upload_csv/dataset_overview.png){: style="width:75%"} Or perhaps, you want to further explore through visualization, the profile of your data with both univariate and multivariate of your data. -
- Upload file area -
+![Dataset profiling](../assets/quickstart/upload_csv/dataset_profiling.png){: style="width:75%"} **Congrats!** 🚀 You have now successfully created your first **Connector** and **Dataset** in Fabric’s Data Catalog. Get ready for your journey of improved quality data for AI.