Skip to content

Commit 6ad2092

Browse files
authored
Merge pull request #100570 from RafaPC/main
Fixed documentation MLTable examples
2 parents 29b43de + e9671a7 commit 6ad2092

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/machine-learning/how-to-create-data-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ paths:
243243
- pattern: ./*.txt
244244
transformations:
245245
- read_delimited:
246-
delimiter: ,
246+
delimiter: ','
247247
encoding: ascii
248248
header: all_files_same_headers
249249
```

articles/machine-learning/reference-yaml-mltable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ paths:
6565
- pattern: ./*.txt
6666
transformations:
6767
- read_delimited:
68-
delimiter: ,
68+
delimiter: ','
6969
encoding: ascii
7070
header: all_files_same_headers
7171
- columns: [Trip_Pickup_DateTime, Trip_Dropoff_DateTime]

0 commit comments

Comments
 (0)