Skip to content

Commit 9619fa3

Browse files
authored
Update code snippet
1 parent 89d7b68 commit 9619fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-create-register-datasets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ workspace = Workspace.from_config()
9797
datastore = Datastore.get(workspace, datastore_name)
9898

9999
# create a TabularDataset from 3 paths in datastore
100-
datastore_paths = [(datastore, 'ather/2018/11.csv'),
100+
datastore_paths = [(datastore, 'weather/2018/11.csv'),
101101
(datastore, 'weather/2018/12.csv'),
102102
(datastore, 'weather/2019/*.csv')]
103103
weather_ds = Dataset.Tabular.from_delimited_files(path=datastore_paths)

0 commit comments

Comments
 (0)