You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-mltable.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ Azure Machine Learning Tables are useful in the following scenarios:
95
95
96
96
## Azure Machine Learning Tables Quickstart
97
97
98
-
In this quickstart, you create a Table (`mltable`) of the [NYC Green Taxi Data](../open-datasets/dataset-taxi-green?tabs=azureml-opendatasets) from Azure Open Datasets. The data has a parquet format and it covers years 2008-2021. The data files have the following folder structure on a publicly accessible blob storage account:
98
+
In this quickstart, you create a Table (`mltable`) of the [NYC Green Taxi Data](../open-datasets/dataset-taxi-green.md?tabs=azureml-opendatasets) from Azure Open Datasets. The data has a parquet format and it covers years 2008-2021. The data files have the following folder structure on a publicly accessible blob storage account:
To directly create the MLTable file, we recommend that you use the `mltable` Python SDK to author your MLTable files - as shown in the [Azure Machine Learning Tables Quickstart](#azure-ml-tables-quickstart) - instead of a text editor. In this section, we outline the capabilities in the `mltable` Python SDK.
435
+
To directly create the MLTable file, we recommend that you use the `mltable` Python SDK to author your MLTable files - as shown in the [Azure Machine Learning Tables Quickstart](./how-to-mltable.md#azure-ml-tables-quickstart) - instead of a text editor. In this section, we outline the capabilities in the `mltable` Python SDK.
436
436
437
437
### Supported file types
438
438
@@ -446,7 +446,7 @@ You can create an MLTable using a range of different file types:
|Paths<br>(Create a table with a column of paths to stream) |`from_paths(paths=[path])`|
448
448
449
-
For more information, read the [MLTable reference documentation](https://learn.microsoft.com/python/api/mltable/mltable.mltable.mltable?view=azure-ml-py)
449
+
For more information, read the [MLTable reference documentation](/python/api/mltable/mltable.mltable.mltable)
Find full, up-to-date details of the supported data loading transformations in the [MLTable reference documentation](https://learn.microsoft.com/python/api/mltable/mltable.mltable.mltable?view=azure-ml-py).
543
+
Find full, up-to-date details of the supported data loading transformations in the [MLTable reference documentation](/python/api/mltable/mltable.mltable.mltable).
544
544
545
545
## Examples
546
546
Examples in the [Azure Machine Learning examples GitHub repo](https://github.com/Azure/azureml-examples/tree/main/sdk/python/using-mltable) examples became the basis for the code snippets in this article. Use this command to clone the repository to your development environment:
0 commit comments