Skip to content

Files

Latest commit

717c064 · Dec 21, 2021

History

History
16 lines (10 loc) · 642 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 642 Bytes

Working with DateTime in Python

An example notebook on how to work with datetime in Python using Pandas, Dateime, Pytz, and Tzlocal

A tutorial on this repo can be found on Medium.

This Python notebook consists of 3 sectons:

  • Snippet 1: Converting strings to datetime and vice versa alt text

  • Snippet 2: Working with different timezones alt text

  • Snippet 3: Conditionally compare different datetimes and do something alt text