Skip to content

Commit 0a8da81

Browse files
Merge pull request #234243 from saachigopal/patch-32
fixing typo
2 parents b53e60f + 75ef046 commit 0a8da81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-access-data-interactive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ uri = 'azureml://subscriptions/<subid>/resourcegroups/<rgname>/workspaces/<works
175175
# create the filesystem
176176
fs = AzureMachineLearningFileSystem(uri)
177177

178-
# append csv files in folder to a list
178+
# append parquet files in folder to a list
179179
dflist = []
180180
for path in fs.ls():
181181
with fs.open(path) as f:

0 commit comments

Comments
 (0)