4 tricks you should know to parse date columns with Pandas read_csv()

Some of the most helpful Pandas tricks

B. Chen
Towards Data Science
4 min readAug 20, 2020

--

Photo by Bryce Barker on Unsplash

Importing data is the first step in any data science project. Often, you’ll work with data in CSV files and run into problems at the very beginning.

Among the problems, parse date columns are the most common to us. In this article, we will cover the…

--

--