Skip to content

Commit 02225ce

Browse files
committed
Merge pull request jvns#21 from kim0/patch-1
Fix typo, s/date/day/
2 parents 08b09ef + 3436876 commit 02225ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/Chapter 1 - Reading from a CSV.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"* change the column separator to a `;`\n",
117117
"* Set the encoding to `'latin1'` (the default is `'utf8'`)\n",
118118
"* Parse the dates in the 'Date' column\n",
119-
"* Tell it that our dates have the date first instead of the month first\n",
119+
"* Tell it that our dates have the day first instead of the month first\n",
120120
"* Set the index to be the 'Date' column"
121121
]
122122
},
@@ -472,4 +472,4 @@
472472
"metadata": {}
473473
}
474474
]
475-
}
475+
}

0 commit comments

Comments
 (0)