Closed ericward closed 3 years ago
Two small typos in 'Starting with data' (bold for emphasis on errors):
"For instance, the character encoding, control characters used for line ending, date format (if the date is not splitted into three variables)"
Should be:
"For instance, the character encoding, control characters used for line ending, date format (if the date is not split into three variables)"
And:
"Using str(), We can confirm that our data frame has a separate column for day, month, and year, and that each contains integer values"
should be
Using str(), we can confirm that our data frame has a separate column for day, month, and year, and that each contains integer values
Two small typos in 'Starting with data' (bold for emphasis on errors):
"For instance, the character encoding, control characters used for line ending, date format (if the date is not splitted into three variables)"
Should be:
"For instance, the character encoding, control characters used for line ending, date format (if the date is not split into three variables)"
And:
"Using str(), We can confirm that our data frame has a separate column for day, month, and year, and that each contains integer values"
should be
Using str(), we can confirm that our data frame has a separate column for day, month, and year, and that each contains integer values