Skip to content

Commit e9bcdea

Browse files
authored
Update Project 5 - Description.ipynb
1 parent 2c3a63f commit e9bcdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Part 2/Section 11 - Project 5/01 - Description/Project 5 - Description.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
"\n",
174174
"Also, as we have seen before, a field is also sometimes delimited using quotes, or double quotes, or maybe some entirely different character.\n",
175175
"\n",
176-
"When we have to deal with files that may be encoded using different dialects it can require quite a bit of work to determine what those specifics are. This is where the `Sniffer` class from the `csv` module can be useful. By providing it a sample fo the CSV file, it can analyze it and determine a best guess as to the specific dialect that was used. We can then use that dialect when we use the `csv.reader` function.\n",
176+
"When we have to deal with files that may be encoded using different dialects it can require quite a bit of work to determine what those specifics are. This is where the `Sniffer` class from the `csv` module can be useful. By providing it a sample of the CSV file, it can analyze it and determine a best guess as to the specific dialect that was used. We can then use that dialect when we use the `csv.reader` function.\n",
177177
"\n",
178178
"Let's see how to use it with one of our files: `personal_info.csv`:"
179179
]

0 commit comments

Comments
 (0)