jkropko / surfing-the-data-pipeline

"Surfing the Data Pipeline with Python" is a textbook that guides people through the steps of getting themselves unstuck, acquiring data, wrangling data, and exploring data.
15 stars 9 forks source link

Typo in Chapter 9, in section "Generating Timestamps from Separate Month, Day, Year Columns" #18

Open anita-uva opened 2 years ago

anita-uva commented 2 years ago

In section "Generating Timestamps from Separate Month, Day, Year Columns", the typo says "to_datatime()" instead of to_datetime()

Screen Shot 2022-04-19 at 7 42 14 AM