Skip to content

Commit 9d3689d

Browse files
Merge pull request #265539 from KazuOnuki/kazuyaonuki-patch1
ADD program language name
2 parents 3009a3e + bd21793 commit 9d3689d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/tutorial-explore-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ For data ingestion, the Azure Data Explorer handles raw data in [these formats](
6060
1. The terminal window opens in a new tab.
6161
1. Make sure you `cd` to the same folder where this notebook is located. For example, if the notebook is in a folder named **get-started-notebooks**:
6262

63-
```
63+
```bash
6464
cd get-started-notebooks # modify this to the path where your notebook is located
6565
```
6666

6767
1. Enter these commands in the terminal window to copy the data to your compute instance:
6868

69-
```
69+
```bash
7070
mkdir data
7171
cd data # the sub-folder where you'll store the data
7272
wget https://azuremlexamples.blob.core.windows.net/datasets/credit_card/default_of_credit_card_clients.csv
@@ -179,7 +179,7 @@ An Azure Machine Learning datastore is a *reference* to an *existing* storage ac
179179

180180
Pandas directly support URIs - this example shows how to read a CSV file from an Azure Machine Learning Datastore:
181181

182-
```
182+
```python
183183
import pandas as pd
184184
185185
df = pd.read_csv("azureml://subscriptions/<subid>/resourcegroups/<rgname>/workspaces/<workspace_name>/datastores/<datastore_name>/paths/<folder>/<filename>.csv")

0 commit comments

Comments
 (0)