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 Converting String Columns to Timestamps #19

Open anita-uva opened 2 years ago

anita-uva commented 2 years ago

In section "Converting String Columns to Timestamps", to_dataframe() is probably supposed to be to_datetime():

Screen Shot 2022-04-19 at 7 43 48 AM