...

/

Introduction to Dates Manipulation

Introduction to Dates Manipulation

This section introduces the concept of manipulating and filtering dates in Pandas.

Concept

Date parsing and manipulation is a cornerstone of Data Analysis. Fortunately for you, Pandas has great utility functions allowing you to easily analyze date/time data.

Travel dataset

Idea

If you have the dates of travel of your clients, there are types of analysis you ...